summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 08:30:55 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 12:35:36 -0400
commit38d17532c672a213d9c7a7fc184b32c80c0df517 (patch)
treee81a9ed0736e666c9d33cea24369ee5e3f4ae91d /.travis.yml
parent86230821e4da9605f5ac4a53d011835d37fc73e4 (diff)
downloadqtlocation-mapboxgl-38d17532c672a213d9c7a7fc184b32c80c0df517.tar.gz
use binary mesa on travis to speed up build times
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6336eae025..8edbe3c157 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,7 @@ before_install:
- source ./scripts/flags.sh
- (git clone https://github.com/mapbox/mason.git ~/.mason ; sudo ln -s ~/.mason/mason /usr/local/bin/mason)
- ./scripts/travis_before_install.sh
+- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then export LD_LIBRARY_PATH=`mason prefix mesa 10.3.1`/lib; fi
- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then glxinfo; fi
install: