Skip to content

Commit b849d53

Browse files
author
Clement Champetier
committed
Travis: launch nosetests after MacOS build
* Travis failed if tests failed. * Launch tests on Linux (with ffmpeg 2.2.9) and MacOS (with ffmpeg 2.2.3).
1 parent d9f2e08 commit b849d53

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ before_script:
2020
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./tools/travis.osx.install.deps.sh; fi
2121

2222
script:
23+
# Build
2324
- mkdir build
2425
- cd build
2526
- cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/dist
2627
- make install
27-
28-
after_script:
28+
# Launch tests
2929
- cd ..
3030
- chmod +x tools/travis.python.nosetests.sh
3131
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./tools/travis.python.nosetests.sh; fi

tools/travis.osx.install.deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
brew update
44

55
brew install gcc cmake swig
6-
brew install ffmpeg freeglut doxygen
6+
brew install freeglut doxygen
7+
brew install bottles/ffmpeg-2.2.3.mavericks.bottle.tar.gz

0 commit comments

Comments
 (0)