File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -2,27 +2,13 @@ language: c
22
33matrix :
44 include :
5- - os : linux
6- compiler : gcc
7- - os : linux
8- compiler : clang
95 - os : osx
106 compiler : clang
117
12- addons :
13- apt :
14- sources :
15- - kalakris-cmake
16- - george-edison55-precise-backports
17- packages :
18- - cmake
19- - cmake-data
20- - doxygen
21-
228before_install :
239 - export PREFIX=$HOME/.local
24- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install doxygen; fi
25- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHONUSERBASE=$PREFIX; fi
10+ - brew update && brew install doxygen; fi
11+ - export PYTHONUSERBASE=$PREFIX; fi
2612 - pip install --user breathe sphinx==1.6.3 sphinx_rtd_theme cython numpy 'mako>=0.7' six
2713 - export PATH=$PATH:$PREFIX/bin
2814 - export CPATH=$CPATH:$PREFIX/include
You can’t perform that action at this time.
0 commit comments