travis_osx_before_install.sh 241 B

12345678910111213
  1. #!/bin/bash
  2. set -ev
  3. brew install cmake
  4. brew install check
  5. brew install libxml2
  6. brew install userspace-rcu
  7. brew install --HEAD valgrind
  8. sudo pip install lxml
  9. sudo pip install sphinx
  10. sudo pip install breathe
  11. sudo pip install sphinx_rtd_theme