Skip to content

Commit

Permalink
Limit ccache size to 150M
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 1827546 commit aa9010e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/travis/linux/qt4/script.sh
@@ -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 changes: 3 additions & 0 deletions ci/travis/linux/qt5/script.sh
Expand Up @@ -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

0 comments on commit aa9010e

Please sign in to comment.