comparison .travis.yml @ 261:5cd830e77abf

Force older version of capnp for this older compiler on the Linux travis image
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 Aug 2018 10:58:09 +0100
parents 944e699a4068
children b01e02f40844
comparison
equal deleted inserted replaced
260:3db4c7998faf 261:5cd830e77abf
18 18
19 before_install: 19 before_install:
20 - ( cd ../ ; git clone https://github.com/piper-audio/piper ) 20 - ( cd ../ ; git clone https://github.com/piper-audio/piper )
21 - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) 21 - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk )
22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) 22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
23 - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git checkout v0.6.1 ) ; fi
23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) 24 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) 25 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
25 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi 26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi
26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi 27 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
27 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi 28 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi