Tools: ci: reduce ccache sizes

This commit is contained in:
Francisco Ferreira 2017-08-25 01:11:57 +01:00
parent be88b5a6e8
commit 84efe7e6f5
No known key found for this signature in database
GPG Key ID: F63C20A6773E787E

View File

@ -25,11 +25,11 @@ if [ -z "$CI_BUILD_TARGET" ]; then
fi
if [[ "$CI_BUILD_TARGET" == *"px4"* ]]; then
export CCACHE_MAXSIZE="1500M"
export CCACHE_MAXSIZE="250M"
elif [[ "$CI_BUILD_TARGET" == "sitltest" ]]; then
export CCACHE_MAXSIZE="300M"
export CCACHE_MAXSIZE="20M"
else
export CCACHE_MAXSIZE="1000M"
export CCACHE_MAXSIZE="150M"
fi
# special case for SITL testing in CI