comparison .travis.yml @ 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 3be9f5b49694
children 944e699a4068
comparison
equal deleted inserted replaced
254:6aae0de07925 255:e8a5d7443b09
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 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) 23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) 24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
25 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi
25 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi 26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi 27 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi
27 - ( 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 ) 28 - ( 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 )
28 29
29 install: 30 install: