Mercurial > hg > piper-vamp-js
changeset 140:fcf7ceb696dd
Emscripten won't compile anything the first time it's run after
installation. Try forcing the issue
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Feb 2017 09:49:31 +0000 |
parents | c9a8c7ef9c12 |
children | 8e5e673fa5d8 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Wed Feb 08 18:08:51 2017 +0000 +++ b/.travis.yml Thu Feb 09 09:49:31 2017 +0000 @@ -19,6 +19,7 @@ - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; git clone https://github.com/piper-audio/piper-cpp ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) + - em++ --version script: - ( cd examples/vamp-example-plugins && make test )