Commit 13bc67b Albrecht Schlosser
committed Aug 2, 2018
1 parent 53d0efb commit 13bc67b Copy full SHA for 13bc67b
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
os :
2
- - linux
3
- - osx
2
+ - linux
3
+ - osx
4
4
5
5
language :
6
- - c++
7
- - objective-c
6
+ - c++
7
+ - objective-c
8
8
9
9
before_install :
10
- - echo "os = $TRAVIS_OS_NAME"
11
- - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -q && sudo apt-get install -y doxygen libxinerama-dev libxcursor-dev libasound2-dev; fi
12
- - if [ $TRAVIS_OS_NAME == osx ]; then brew install doxygen; fi
10
+ - echo "os = $TRAVIS_OS_NAME"
11
+ - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -q && sudo apt-get install -y doxygen libxinerama-dev libxcursor-dev libasound2-dev; fi
12
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew install doxygen; fi
13
13
14
14
script :
15
- - echo "Building for OS '$TRAVIS_OS_NAME'"
16
- - make clean && make -j3
17
- - doxygen --version
18
- - ( cd documentation; make html)
15
+ - echo "Building for OS '$TRAVIS_OS_NAME'"
16
+ - make clean && make -j3
17
+ - doxygen --version
18
+ - if [ $TRAVIS_OS_NAME == linux ]; then cd documentation; make html; cd -; fi
You can’t perform that action at this time.
0 commit comments