Mercurial > hg > piper-cpp
comparison .travis.yml @ 151:255403a4b321
We'll need the piper dir
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 20 Jan 2017 17:46:56 +0000 |
parents | bf8e3e7dd7de |
children | 6ccb195d6de6 |
comparison
equal
deleted
inserted
replaced
150:bf8e3e7dd7de | 151:255403a4b321 |
---|---|
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 ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) | 21 - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) |
21 - ( cd ../vamp-plugin-sdk ; ./configure && make sdkstatic ) | 22 - ( cd ../vamp-plugin-sdk ; ./configure && make sdkstatic ) |
22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) | 23 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) |
23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) | 24 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) |
24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) | 25 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) |