mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-08 11:57:39 +08:00
CI: Install ccache on macos (#4489)
This commit is contained in:
parent
f5beeccd25
commit
396bf622ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user