summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-12-31 10:52:12 -0800
committerRJ Ryan <rryan@mixxx.org>2016-12-31 10:52:12 -0800
commit244149eb2f40b5bf09dbc0cc3fc7c1f7eba85af3 (patch)
treef7d565ae9772926aa8f9858d3a0127e42eeea51a /.travis.yml
parentd4d67db4b6b8c5f05d8e1816e3c2ccca889bc8a6 (diff)
Build Travis with qt5 on macOS since Homebrew has removed qt4 support.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 70c08508d4..eba5aaf870 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,11 +74,12 @@ install:
# NOTE(rryan): 11/15/2016 we are experiencing Travis timeouts for the OSX
# build. Turning off optimizations to see if that speeds up compile times. We
# also need to avoid going over 4MB of output so we turn off verbose mode.
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS="optimize=none verbose=0" ; fi
+ # NOTE(rryan): 12/31/2016 Homebrew has dropped qt4 support. Build with qt5.
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export EXTRA_FLAGS="optimize=none verbose=0 qt5=1" ; fi
####
# Common Build
- - scons $COMMON $ARCH_FLAGS
+ - scons $COMMON $EXTRA_FLAGS
script:
- ./mixxx-test