changeset 139:c9a8c7ef9c12

Experimental Travis build file
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 08 Feb 2017 18:08:51 +0000
parents 4b593b643918
children fcf7ceb696dd
files .travis.yml
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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 )
+  
+