# HG changeset patch # User Chris Cannam # Date 1486577331 0 # Node ID c9a8c7ef9c12c05241031be998ca578b551d3a93 # Parent 4b593b6439189fd8a7e59f13db02b188907f5f32 Experimental Travis build file diff -r 4b593b643918 -r c9a8c7ef9c12 .travis.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.travis.yml Wed Feb 08 18:08:51 2017 +0000 @@ -0,0 +1,26 @@ +dist: + - trusty + +language: + - cpp + +sudo: + - false + +os: + - linux + +addons: + apt: + packages: + - 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 ) + +script: + - ( cd examples/vamp-example-plugins && make test ) + +