changeset 160:3a318dc7b59e

Attempt Qt homebrew path
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 21 Jan 2017 08:25:10 +0000
parents 2ada256e47e1
children 7a113d07cd55
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Jan 20 23:39:39 2017 +0000
+++ b/.travis.yml	Sat Jan 21 08:25:10 2017 +0000
@@ -23,6 +23,7 @@
   - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
   - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
+  - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi
   - ( cd ../vamp-plugin-sdk ; if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then make -f build/Makefile.osx sdkstatic plugins ; else ./configure --disable-programs && make sdkstatic plugins; fi )
 
 install: