Mercurial > hg > sonic-visualiser
diff .travis.yml @ 1730:7aa88d988abb vext
Some build and CI fixes
author | Chris Cannam |
---|---|
date | Mon, 10 Jul 2017 11:54:33 +0100 |
parents | 1fb1556b74be |
children | 4ba96437f1c7 |
line wrap: on
line diff
--- a/.travis.yml Mon Jul 10 10:10:19 2017 +0100 +++ b/.travis.yml Mon Jul 10 11:54:33 2017 +0100 @@ -23,8 +23,10 @@ - ( 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 ) - + +before_script: + - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./vext install && qmake -r sonic-visualiser.pro ; fi + script: - - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./vext install && qmake -r ; fi - - make + - make -j3