Mercurial > hg > piper-cpp
comparison .travis.yml @ 246:86d4310c2a62
Back to master branch
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:51:53 +0100 |
parents | 335a5909d4a8 |
children | 3be9f5b49694 |
comparison
equal
deleted
inserted
replaced
245:b32c68f08ec0 | 246:86d4310c2a62 |
---|---|
15 apt: | 15 apt: |
16 packages: | 16 packages: |
17 - qt5-default libsord-dev | 17 - qt5-default libsord-dev |
18 | 18 |
19 before_install: | 19 before_install: |
20 - ( cd ../ ; git clone -b output-type-uri 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 sord ; fi | 25 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 sord ; fi |