comparison .travis.yml @ 152:6ccb195d6de6

Fix some include paths, configure Vamp SDK without host
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 20 Jan 2017 17:52:56 +0000
parents 255403a4b321
children 7d58d25f687f
comparison
equal deleted inserted replaced
151:255403a4b321 152:6ccb195d6de6
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 && make sdkstatic ) 22 - ( cd ../vamp-plugin-sdk ; ./configure --disable-programs && make sdkstatic )
23 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) 23 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
24 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) 24 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
25 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) 25 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi 26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
27 27