mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
TRAVIS: Use CCache for OSX Builder
The OSX builder keeps failing with timeouts and thus notifying false positives of build errors. This was not using ccache to speed up the build, so am trying to implement usage of this.
This commit is contained in:
parent
e7bbc33797
commit
6ea7d4e05b
@ -66,9 +66,12 @@ matrix:
|
||||
- sudo ln -s $(which ccache) /usr/lib/ccache/clang++
|
||||
- os: osx
|
||||
compiler: clang
|
||||
cache:
|
||||
cache: ccache
|
||||
directories:
|
||||
- $HOME/Library/Caches/Homebrew
|
||||
before_script:
|
||||
- sudo ln -s $(which ccache) /usr/lib/ccache/clang
|
||||
- sudo ln -s $(which ccache) /usr/lib/ccache/clang++
|
||||
before_cache:
|
||||
- brew cleanup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user