changeset 51:af117132ccaf

Not sure why that option wasn't working?
author Chris Cannam
date Wed, 10 Jul 2019 19:10:25 +0100
parents 69ab9a6e7aee
children 7b0a152ce812
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Wed Jul 10 18:52:36 2019 +0100
+++ b/.travis.yml	Wed Jul 10 19:10:25 2019 +0100
@@ -21,7 +21,7 @@
   - sudo apt install -y ./sonic-annotator_1.5_amd64.deb
   - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk )
   - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-tester )
-  - ( cd ../vamp-plugin-sdk ; ./configure --disable-programs && make && sudo make install )
+  - ( cd ../vamp-plugin-sdk ; ./configure --enable-programs=no && make && sudo make install )
   - ( cd ../vamp-plugin-tester ; ./repoint install && make )
 
 script: