Mercurial > hg > piper-cpp
diff .travis.yml @ 152:6ccb195d6de6
Fix some include paths, configure Vamp SDK without host
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 20 Jan 2017 17:52:56 +0000 |
parents | 255403a4b321 |
children | 7d58d25f687f |
line wrap: on
line diff
--- a/.travis.yml Fri Jan 20 17:46:56 2017 +0000 +++ b/.travis.yml Fri Jan 20 17:52:56 2017 +0000 @@ -19,7 +19,7 @@ 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 ../vamp-plugin-sdk ; ./configure --disable-programs && make sdkstatic ) - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )