Mercurial > hg > piper
view .travis.yml @ 91:ebd544c82a09 listargs
Experimental Travis build file
author | Chris Cannam |
---|---|
date | Thu, 19 Jan 2017 20:34:47 +0000 |
parents | |
children | e8c3abe1cacb |
line wrap: on
line source
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