Mercurial > hg > piper-cpp
changeset 255:e8a5d7443b09
Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 10 Oct 2017 13:49:22 +0100 |
parents | 6aae0de07925 |
children | 0e3a36ba8736 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Thu Jul 13 15:30:31 2017 +0100 +++ b/.travis.yml Tue Oct 10 13:49:22 2017 +0100 @@ -22,6 +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 update ; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; 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 )