Mercurial > hg > piper-cpp
diff .travis.yml @ 247:8a031eb9a25f
Merge branch 'output-type-uri'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:52:01 +0100 |
parents | 86d4310c2a62 |
children | 3be9f5b49694 |
line wrap: on
line diff
--- a/.travis.yml Mon May 22 08:57:02 2017 +0100 +++ b/.travis.yml Thu Jun 15 09:52:01 2017 +0100 @@ -14,7 +14,7 @@ addons: apt: packages: - - qt5-default + - qt5-default libsord-dev before_install: - ( cd ../ ; git clone https://github.com/piper-audio/piper ) @@ -22,7 +22,7 @@ - ( 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 + - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 sord ; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi - ( cd ../vamp-plugin-sdk ; if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then make -f build/Makefile.osx sdkstatic plugins ; else ./configure --disable-programs && make sdkstatic plugins; fi )