File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- export CCACHE_CPP2=YES
2
1
export CTEST_PARALLEL_LEVEL=1
3
2
export PYTHONPATH=${HOME} /osgeo4travis/lib/python2.7/site-packages/
4
3
export PATH=${HOME} /osgeo4travis/bin:${HOME} /osgeo4travis/sbin:${PATH}
5
4
export LD_LIBRARY_PATH=${HOME} /osgeo4travis/lib
6
5
6
+ ccache -o max_size=150M
7
+ ccache -o run_second_cpp=true
8
+
7
9
xvfb-run ctest -V -E ' qgis_openstreetmaptest|qgis_wcsprovidertest' -S ./qgis-test-travis.ctest --output-on-failure
Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ export CTEST_PARALLEL_LEVEL=1
3
3
4
4
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
5
5
6
+ ccache -o max_size=150M
7
+ ccache -o run_second_cpp=true
8
+
6
9
xvfb-run ctest -V -E " $( cat ${DIR} /blacklist.txt | paste -sd ' |' -) " -S ./qgis-test-travis.ctest --output-on-failure
7
10
# xvfb-run ctest -V -S ./qgis-test-travis.ctest --output-on-failure
You can’t perform that action at this time.
0 commit comments