# HG changeset patch # User Chris Cannam # Date 1558365780 -3600 # Node ID 89099872c87b47d5d7b85080544520047d517dec # Parent 0a0884e29bc2d01f76c396e3a55742aebe80e82e Install Vamp SDK diff -r 0a0884e29bc2 -r 89099872c87b .travis.yml --- a/.travis.yml Mon May 20 16:11:50 2019 +0100 +++ b/.travis.yml Mon May 20 16:23:00 2019 +0100 @@ -21,6 +21,7 @@ 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