Mercurial > hg > piper-cpp
view .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 source
dist: - trusty language: - cpp sudo: - false os: - linux - osx addons: apt: packages: - 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 --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 ) - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi install: - sudo pip install jsonschema script: - ./test.sh