Mercurial > hg > piper-cpp
changeset 151:255403a4b321
We'll need the piper dir
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 20 Jan 2017 17:46:56 +0000 |
parents | bf8e3e7dd7de |
children | 6ccb195d6de6 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Jan 20 17:45:54 2017 +0000 +++ b/.travis.yml Fri Jan 20 17:46:56 2017 +0000 @@ -17,6 +17,7 @@ - qt5-default before_install: + - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - ( cd ../vamp-plugin-sdk ; ./configure && make sdkstatic ) - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )