changeset 155:7d58d25f687f

Ensure example plugins are available
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 20 Jan 2017 18:41:25 +0000
parents 80d85794d8cd
children 9833a9b54134
files .travis.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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