Mercurial > hg > piper-cpp
comparison .travis.yml @ 229:d54dab075247
Implement RDF type lookup
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 12 Jun 2017 10:20:25 +0100 |
parents | 3a318dc7b59e |
children | 903f217e0ca7 |
comparison
equal
deleted
inserted
replaced
228:691b0daad1c6 | 229:d54dab075247 |
---|---|
15 apt: | 15 apt: |
16 packages: | 16 packages: |
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 -b output-type-uri 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 ; fi |