Mercurial > hg > vampy
comparison .travis.yml @ 95:655238a55a45
Add some missing packages
author | Chris Cannam |
---|---|
date | Tue, 15 Jan 2019 13:37:45 +0000 |
parents | e28f67bc9124 |
children | 4e5de05b6e71 |
comparison
equal
deleted
inserted
replaced
94:e28f67bc9124 | 95:655238a55a45 |
---|---|
14 addons: | 14 addons: |
15 apt: | 15 apt: |
16 packages: | 16 packages: |
17 - libsndfile-dev | 17 - libsndfile-dev |
18 - vamp-plugin-sdk | 18 - vamp-plugin-sdk |
19 - vamp-examples | |
20 - python-numpy | |
19 | 21 |
20 before_install: | 22 before_install: |
21 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi | 23 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi |
22 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ; cd vamp-plugin-sdk ; make -f build/Makefile.osx ) ; fi | 24 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ; cd vamp-plugin-sdk ; make -f build/Makefile.osx ) ; fi |
23 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:$PWD/../vamp-plugin-sdk/host ; fi | 25 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:$PWD/../vamp-plugin-sdk/host ; fi |