From 396bf622ca197924d572231c78a201ed81046ba0 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 27 Mar 2020 10:20:30 +0000 Subject: CI: Install ccache on macos (#4489) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17e941429..3508e70ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3