# HG changeset patch # User Chris Cannam # Date 1484951051 0 # Node ID 5699fca64251dc6652d021a86af062f743c78702 # Parent 9833a9b54134cf22b2d25082c33c6c060db9999c Use Makefile.osx on that platform diff -r 9833a9b54134 -r 5699fca64251 .travis.yml --- a/.travis.yml Fri Jan 20 18:56:32 2017 +0000 +++ b/.travis.yml Fri Jan 20 22:24:11 2017 +0000 @@ -19,11 +19,11 @@ before_install: - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - - ( cd ../vamp-plugin-sdk ; ./configure --disable-programs && make sdkstatic plugins ) - ( 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 install qt5 ; 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 ) install: - sudo pip install jsonschema