comparison .travis.yml @ 157:5699fca64251

Use Makefile.osx on that platform
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 20 Jan 2017 22:24:11 +0000
parents 7d58d25f687f
children 3a318dc7b59e
comparison
equal deleted inserted replaced
156:9833a9b54134 157:5699fca64251
17 - qt5-default 17 - qt5-default
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 ../vamp-plugin-sdk ; ./configure --disable-programs && make sdkstatic plugins )
23 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) 22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
24 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) 23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
25 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) 24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi 25 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; 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 27
28 install: 28 install:
29 - sudo pip install jsonschema 29 - sudo pip install jsonschema
30 30
31 script: 31 script: