1
0
Fork 0

CI: Install ccache on macos (#4489)

This commit is contained in:
peterbell10 2020-03-27 10:20:30 +00:00 committed by GitHub
parent f5beeccd25
commit 396bf622ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,11 +19,15 @@ matrix:
# OSX workers are slower to start up. Having these first in the build matrix makes travis faster overall.
- os: osx
compiler: clang
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
env: &Release
- TRAVIS_CUBERITE_BUILD_TYPE=RELEASE
- os: osx
compiler: clang
env: *Debug
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
# Default clang
- compiler: clang
env: *Release