Mercurial > hg > piper-vamp-js
changeset 146:e2f8dc4a7622
Giving up on this. Maybe in another thousand years
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Feb 2017 11:07:30 +0000 |
parents | dc243e3c15e0 |
children | 5d4727387c93 |
files | .travis.yml |
diffstat | 1 files changed, 0 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Thu Feb 09 10:21:18 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -dist: - - trusty - -language: - - cpp - -sudo: - - false - -os: - - linux - -addons: - apt: - packages: - - llvm-3.3 - - emscripten - -before_install: - - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - - ( cd ../ ; git clone https://github.com/piper-audio/piper-cpp ) - - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - - apt-cache search emscripten - - apt-cache search llvm - - em++ --version - -script: - - ( cd examples/vamp-example-plugins && make test ) - -