We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f2e08 commit b849d53Copy full SHA for b849d53
.travis.yml
@@ -20,12 +20,12 @@ before_script:
20
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./tools/travis.osx.install.deps.sh; fi
21
22
script:
23
+ # Build
24
- mkdir build
25
- cd build
26
- cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/dist
27
- make install
-
28
-after_script:
+ # Launch tests
29
- cd ..
30
- chmod +x tools/travis.python.nosetests.sh
31
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./tools/travis.python.nosetests.sh; fi
tools/travis.osx.install.deps.sh
@@ -3,4 +3,5 @@
3
brew update
4
5
brew install gcc cmake swig
6
-brew install ffmpeg freeglut doxygen
+brew install freeglut doxygen
7
+brew install bottles/ffmpeg-2.2.3.mavericks.bottle.tar.gz
0 commit comments