mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Limit ccache size to 150M
This commit is contained in:
parent
1827546986
commit
aa9010e8ed
@ -1,7 +1,9 @@
|
||||
export CCACHE_CPP2=YES
|
||||
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
|
||||
|
||||
xvfb-run ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest' -S ./qgis-test-travis.ctest --output-on-failure
|
||||
|
@ -3,5 +3,8 @@ export CTEST_PARALLEL_LEVEL=1
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
ccache -o max_size=150M
|
||||
ccache -o run_second_cpp=true
|
||||
|
||||
xvfb-run ctest -V -E "$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
|
||||
# xvfb-run ctest -V -S ./qgis-test-travis.ctest --output-on-failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user