Mercurial > hg > piper
view .travis.yml @ 216:72a3b8faba89 tip master
programParameters should not have a pattern enforced on its keys - a program name can be anything
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 08 Apr 2020 14:57:24 +0100 |
parents | d62a69f8d649 |
children |
line wrap: on
line source
dist: - trusty language: - cpp sudo: - false os: - linux - osx before_install: - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git checkout v0.6.1 ) ; fi - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) install: - sudo pip2 install jsonschema script: - ./check.sh