From dc3cc0002c47c292e04a946172a2d9a26a024d41 Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Fri, 31 Aug 2018 20:08:03 +0200 Subject: travis: use Citras ccache --- .travis/macos/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis/macos/build.sh') diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh index d32340b7c..b76a153be 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh @@ -5,14 +5,11 @@ set -o pipefail export MACOSX_DEPLOYMENT_TARGET=10.12 export Qt5_DIR=$(brew --prefix)/opt/qt5 export UNICORNDIR=$(pwd)/externals/unicorn +export PATH="/usr/local/opt/ccache/libexec:$PATH" mkdir build && cd build -export PATH=/usr/local/opt/ccache/libexec:$PATH -ccache --show-stats > ccache_before cmake --version cmake .. -DYUZU_BUILD_UNICORN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON make -j4 -ccache --show-stats > ccache_after -diff -U100 ccache_before ccache_after || true ctest -VV -C Release -- cgit v1.2.3