Increase the xcode job's ccache size.

For whatever reason the existing limit of 200MB is no longer enough, resulting in a significant number of cache misses, which results in partial rebuilds taking far longer than they should.
This commit is contained in:
Pentarctagon 2020-02-07 15:42:57 -06:00 committed by Pentarctagon
parent abadbd64f8
commit e679909762

View file

@ -8,7 +8,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
cd ./projectfiles/Xcode
export CCACHE_MAXSIZE=200M
export CCACHE_MAXSIZE=500M
export CCACHE_COMPILERCHECK=content
xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration Debug