Mercurial > hg > sonic-annotator
changeset 313:cf863362a9df
"libxml2 is already installed"
author | Chris Cannam |
---|---|
date | Wed, 12 Jul 2017 08:53:42 +0100 |
parents | 34b13f8e5dcd |
children | d741e2c90eab |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Tue Jul 11 20:38:53 2017 +0100 +++ b/.travis.yml Wed Jul 12 08:53:42 2017 +0100 @@ -17,7 +17,7 @@ - libbz2-dev libfftw3-dev libfishsound1-dev libid3tag0-dev liblo-dev liblrdf0-dev libmad0-dev liboggz2-dev libpulse-dev libsamplerate-dev libsndfile-dev libsord-dev libxml2-utils portaudio19-dev qt5-default libqt5svg5-dev raptor-utils yajl-tools mlton before_install: - - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml qt5 raptor yajl libxml2; fi + - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml qt5 raptor yajl; 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 )