Mercurial > hg > nnls-chroma
changeset 181:89099872c87b
Install Vamp SDK
author | Chris Cannam |
---|---|
date | Mon, 20 May 2019 16:23:00 +0100 |
parents | 0a0884e29bc2 |
children | 580f54855bb1 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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