comparison .travis.yml @ 160:3a318dc7b59e

Attempt Qt homebrew path
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 21 Jan 2017 08:25:10 +0000
parents 5699fca64251
children d54dab075247
comparison
equal deleted inserted replaced
159:2ada256e47e1 160:3a318dc7b59e
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 install qt5 ; fi 25 - 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
26 - ( 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 ) 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 )
27 28
28 install: 29 install:
29 - sudo pip install jsonschema 30 - sudo pip install jsonschema
30 31