To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/piper-audio/piper .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Revision:

root / .travis.yml

History | View | Annotate | Download (464 Bytes)

1 187:e8c3abe1cacb cannam
dist:
2
  - trusty
3
4
language:
5 189:4a16602528c2 cannam
  - cpp
6 187:e8c3abe1cacb cannam
7
sudo:
8
  - false
9 182:0137d0b9e427 c
10
os:
11
  - linux
12
  - osx
13
14
before_install:
15
  - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
16 212:d62a69f8d649 cannam
  - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git checkout v0.6.1 ) ; fi
17 182:0137d0b9e427 c
  - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
18 188:35f038539cbf cannam
  - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
19 182:0137d0b9e427 c
20
install:
21 210:71de9da3ffca cannam
  - sudo pip2 install jsonschema
22 182:0137d0b9e427 c
23
script:
24
  - ./check.sh