diff options
author | MichaĆ Janiszewski | 2019-11-19 22:38:03 +0100 |
---|---|---|
committer | D G Turner | 2019-11-22 14:46:22 +0000 |
commit | 41efecc26567073e20d18652589856b95562db61 (patch) | |
tree | 809662cc21b2ffaa02cdbbc1a694cc5dbb5fbcba | |
parent | 1b55df81ec0ab30343cdad84b6a7cc28a528d686 (diff) | |
download | scummvm-rg350-41efecc26567073e20d18652589856b95562db61.tar.gz scummvm-rg350-41efecc26567073e20d18652589856b95562db61.tar.bz2 scummvm-rg350-41efecc26567073e20d18652589856b95562db61.zip |
TRAVIS: Collect and display ccache stats on jobs
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7206921a9e..87e5e3358d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,11 +75,14 @@ matrix: dist: xenial script: + - ccache --show-stats > /tmp/ccache_before - export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH" - ./configure --enable-all-engines --enable-opl2lpt --enable-verbose-build - make -j 2 - make test - make devtools + - ccache --show-stats > /tmp/ccache_after + - diff -U999 /tmp/ccache_before /tmp/ccache_after || true notifications: irc: |