Mercurial > hg > sonic-visualiser
diff .travis.yml @ 1808:adc8a48f4e4c repoint
Vext -> Repoint. Let's see how this goes.
author | Chris Cannam |
---|---|
date | Wed, 09 May 2018 13:28:55 +0100 |
parents | 5cbe4eb3d189 |
children | 48c4144ad632 |
line wrap: on
line diff
--- a/.travis.yml Tue May 08 14:28:58 2018 +0100 +++ b/.travis.yml Wed May 09 13:28:55 2018 +0100 @@ -24,7 +24,7 @@ - ( 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 + - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./repoint install && qmake -r sonic-visualiser.pro ; fi script: - make -j3