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:
parent
abadbd64f8
commit
e679909762
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue