Revision 498:a87e1bcce7b0 .travis.yml
| .travis.yml | ||
|---|---|---|
| 18 | 18 |
|
| 19 | 19 |
before_install: |
| 20 | 20 |
- ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin ) |
| 21 |
- if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install libsndfile ; fi |
|
| 21 |
- if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi
|
|
| 22 | 22 |
|
| 23 | 23 |
script: |
| 24 | 24 |
- if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then make -f build/Makefile.osx test ; else ./test/run-test-plugin-regression.sh ; fi |
Also available in: Unified diff