changeset 53:abf218df58cf

Ah, I see - it's the install target that is depending on programs. Oh well, let's just add this library after all
author Chris Cannam
date Thu, 11 Jul 2019 08:57:51 +0100
parents 7b0a152ce812
children d96eb87060c6
files .travis.yml
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Wed Jul 10 19:13:56 2019 +0100
+++ b/.travis.yml	Thu Jul 11 08:57:51 2019 +0100
@@ -14,15 +14,16 @@
   apt:
     packages:
       - wget
+      - libsndfile-dev
       - rubberband-cli
       
 before_install:
+  - ( 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 && make && sudo make install )
+  - ( cd ../vamp-plugin-tester ; ./repoint install && make )
   - wget https://code.soundsoftware.ac.uk/attachments/download/2250/sonic-annotator_1.5_amd64.deb
   - 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 --enable-programs=no && make && sudo make install )
-  - ( cd ../vamp-plugin-tester ; ./repoint install && make )
 
 script:
   - make -f Makefile.linux test