comparison .travis.yml @ 236:903f217e0ca7

Add sord library
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 13 Jun 2017 10:06:36 +0100
parents d54dab075247
children 335a5909d4a8
comparison
equal deleted inserted replaced
235:87ab11fdcfec 236:903f217e0ca7
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 -b output-type-uri 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 )