aboutsummaryrefslogtreecommitdiff
path: root/travis/osx/before_install.sh
blob: 55c0667a3a99a47940e7336547053a71f7641aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

set -e

export PATH=$HOME/Library/Python/3.6/bin:$PATH

./travis/before_install.sh

brew update
brew install ccache
brew install sqlite3
brew install doxygen
brew install md5sha1sum

pip3 install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe
which sphinx-build
(cd docs; make html)