comparison .travis.yml @ 1977:34cb861994a2 c++14

v0.6.1, not 0.6.0
author Chris Cannam
date Fri, 31 Aug 2018 13:52:30 +0100
parents 810a0b8f5472
children 60d78294ea3a
comparison
equal deleted inserted replaced
1976:810a0b8f5472 1977:34cb861994a2
19 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi 19 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi
20 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml ; fi 20 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml ; fi
21 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi 21 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
22 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi 22 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi
23 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) 23 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
24 - ( cd ../capnproto/ ; git checkout v0.6.0 ) 24 - ( cd ../capnproto/ ; git checkout v0.6.1 )
25 - ( cd ../capnproto/c++ ; autoreconf -i ) 25 - ( cd ../capnproto/c++ ; autoreconf -i )
26 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) 26 - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
27 27
28 before_script: 28 before_script:
29 - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./repoint install && qmake -r sonic-visualiser.pro ; fi 29 - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ./configure ; else ./repoint install && qmake -r sonic-visualiser.pro ; fi