Mercurial > hg > nnls-chroma
changeset 179:ea0c7382705a
Fix package path
author | Chris Cannam |
---|---|
date | Mon, 20 May 2019 16:05:05 +0100 |
parents | ba78ca8cb956 |
children | 0a0884e29bc2 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Mon May 20 15:56:23 2019 +0100 +++ b/.travis.yml Mon May 20 16:05:05 2019 +0100 @@ -22,11 +22,8 @@ - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-tester ) - ( 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 + - sudo apt install -y ./sonic-annotator_1.5_amd64.deb script: - make -f Makefile.linux test - VAMP_PATH=. ../vamp-plugin-tester/vamp-plugin-tester -a - - -