comparison .travis.yml @ 247:8a031eb9a25f

Merge branch 'output-type-uri'
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 15 Jun 2017 09:52:01 +0100
parents 86d4310c2a62
children 3be9f5b49694
comparison
equal deleted inserted replaced
219:db929669e7d3 247:8a031eb9a25f
12 - osx 12 - osx
13 13
14 addons: 14 addons:
15 apt: 15 apt:
16 packages: 16 packages:
17 - qt5-default 17 - qt5-default libsord-dev
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 ../ ; 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 sord ; fi
26 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi 26 - 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 ) 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 28
29 install: 29 install:
30 - sudo pip install jsonschema 30 - sudo pip install jsonschema