Mercurial > hg > sonic-annotator
changeset 351:228afe7eb408
CI updates
author | Chris Cannam |
---|---|
date | Fri, 06 Sep 2019 11:48:12 +0100 |
parents | f09defd7040b |
children | 1cbbf070b50d |
files | .travis.yml deploy/win/build-64.bat |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Aug 30 12:05:12 2019 +0100 +++ b/.travis.yml Fri Sep 06 11:48:12 2019 +0100 @@ -21,6 +21,8 @@ before_install: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install polyml qt5 raptor yajl; fi + - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew unlink python ; fi + - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew upgrade mercurial ; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin )