# HG changeset patch # User Chris Cannam # Date 1484937685 0 # Node ID 7d58d25f687f2c9ae9c5cdb46e561664ad0993a9 # Parent 80d85794d8cd873fc2f75bc0cc7c751f5edb89bb Ensure example plugins are available diff -r 80d85794d8cd -r 7d58d25f687f .travis.yml --- a/.travis.yml Fri Jan 20 18:07:07 2017 +0000 +++ b/.travis.yml Fri Jan 20 18:41:25 2017 +0000 @@ -19,7 +19,7 @@ before_install: - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - - ( cd ../vamp-plugin-sdk ; ./configure --disable-programs && make sdkstatic ) + - ( cd ../vamp-plugin-sdk ; ./configure --disable-programs && make sdkstatic plugins ) - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) @@ -29,5 +29,5 @@ - sudo pip install jsonschema script: - - ./test.sh + - VAMP_PATH=$(pwd)/../vamp-plugin-sdk/examples ./test.sh