Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -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 |