From c0d3e2da4ec793e80568ea6334e1e4a8a1e49646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 4 Jun 2018 17:19:45 +0200 Subject: Add ccache support for macOS on Travis --- .travis/macos/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis/macos/deps.sh') diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh index 3cd13a39b..1a547c060 100755 --- a/.travis/macos/deps.sh +++ b/.travis/macos/deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -ex brew update -brew install dylibbundler p7zip qt5 sdl2 +brew install dylibbundler p7zip qt5 sdl2 ccache brew outdated cmake || brew upgrade cmake -- cgit v1.2.3