changeset 182:0137d0b9e427

Experimental Travis build file
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 19 Jan 2017 20:34:47 +0000
parents 549d3d44d729
children 9031662ee17c
files .travis.yml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Thu Jan 19 20:34:47 2017 +0000
@@ -0,0 +1,17 @@
+language: python
+
+os:
+  - linux
+  - osx
+
+before_install:
+  - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
+  - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
+  - ( cd ../capnproto/c++ ; ./configure && make && make install )
+
+install:
+  - sudo pip install jsonschema
+
+script:
+  - ./check.sh
+