travis_osx_before_install.sh 224 B

12345678910111213
  1. #!/bin/bash
  2. set -ev
  3. brew install check
  4. brew install userspace-rcu
  5. brew install valgrind
  6. brew install graphviz
  7. brew install python
  8. pip2 install --user sphinx
  9. pip2 install --user breathe
  10. pip2 install --user sphinx_rtd_theme