comparison .travis.yml @ 1751:5cbe4eb3d189

Nope, macOS CI build is still broken ("Homebrew must be run under Ruby 2.3"). Another random attempt at a fix
author Chris Cannam
date Tue, 10 Oct 2017 11:18:47 +0100
parents 89e8960f11cf
children adc8a48f4e4c
comparison
equal deleted inserted replaced
1750:89e8960f11cf 1751:5cbe4eb3d189
13 apt: 13 apt:
14 packages: 14 packages:
15 - 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 librubberband-dev mlton 15 - 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 librubberband-dev mlton
16 16
17 before_install: 17 before_install:
18 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi
18 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml ; fi 19 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml ; fi
19 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi 20 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
20 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi 21 - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi
21 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) 22 - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
22 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) 23 - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )