Mercurial > hg > sonic-visualiser
comparison .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 |
comparison
equal
deleted
inserted
replaced
1807:dc4e6eb475ed | 1808:adc8a48f4e4c |
---|---|
22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) | 22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) |
23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) | 23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) |
24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) | 24 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) |
25 | 25 |
26 before_script: | 26 before_script: |
27 - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./vext install && qmake -r sonic-visualiser.pro ; fi | 27 - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./repoint install && qmake -r sonic-visualiser.pro ; fi |
28 | 28 |
29 script: | 29 script: |
30 - make -j3 | 30 - make -j3 |
31 | 31 |