Skip to content

Commit

Permalink
[travis] Fix ccache for Qt4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 22, 2016
1 parent bbe9664 commit 0e96ef3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/travis/linux/qt4/script.sh
@@ -1,9 +1,7 @@
export CTEST_PARALLEL_LEVEL=1
export PYTHONPATH=${HOME}/osgeo4travis/lib/python2.7/site-packages/
export PATH=${HOME}/osgeo4travis/bin:${HOME}/osgeo4travis/sbin:${PATH}
export LD_LIBRARY_PATH=${HOME}/osgeo4travis/lib

ccache -o max_size=150M
ccache -o run_second_cpp=true
export CTEST_PARALLEL_LEVEL=1
export CCACHE_CPP2=yes

xvfb-run ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest' -S ./qgis-test-travis.ctest --output-on-failure

0 comments on commit 0e96ef3

Please sign in to comment.