We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0cb8258 commit 1fb55dbCopy full SHA for 1fb55db
.ci/travis/linux/script.sh
@@ -18,7 +18,8 @@ export PATH=${HOME}/osgeo4travis/bin:${HOME}/osgeo4travis/sbin:${HOME}/OTB-5.6.0
18
export LD_LIBRARY_PATH=${HOME}/osgeo4travis/lib
19
export CTEST_PARALLEL_LEVEL=1
20
export CCACHE_TEMPDIR=/tmp
21
-ccache -M 2G
+ccache -M 500M
22
+ccache -z
23
24
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
25
.ci/travis/macos/script.sh
@@ -18,8 +18,8 @@ echo $PATH
export PATH=/usr/bin:${PATH}
-ccache -s
-ccache -M 1G
# Calculate the timeout for the tests.
# The tests should be aborted before travis times out, in order to allow uploading
0 commit comments