Mercurial > hg > piper
changeset 91:ebd544c82a09 listargs
Experimental Travis build file
author | Chris Cannam |
---|---|
date | Thu, 19 Jan 2017 20:34:47 +0000 |
parents | 2d4caf268062 |
children | 21a8e341bb97 |
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 +