view .travis.yml @ 151:255403a4b321

We'll need the piper dir
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 20 Jan 2017 17:46:56 +0000
parents bf8e3e7dd7de
children 6ccb195d6de6
line wrap: on
line source
dist:
  - trusty

language:
  - cpp

sudo:
  - false

os:
  - linux
  - osx

addons:
  apt:
    packages:
      - qt5-default
      
before_install:
  - ( cd ../ ; git clone https://github.com/piper-audio/piper )
  - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk )
  - ( cd ../vamp-plugin-sdk ; ./configure && make sdkstatic )
  - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
  - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
  - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
  - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi

install:
  - sudo pip install jsonschema

script:
  - ./test.sh