aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichaƂ Janiszewski2019-11-19 22:38:03 +0100
committerD G Turner2019-11-22 14:46:22 +0000
commit41efecc26567073e20d18652589856b95562db61 (patch)
tree809662cc21b2ffaa02cdbbc1a694cc5dbb5fbcba /.travis.yml
parent1b55df81ec0ab30343cdad84b6a7cc28a528d686 (diff)
downloadscummvm-rg350-41efecc26567073e20d18652589856b95562db61.tar.gz
scummvm-rg350-41efecc26567073e20d18652589856b95562db61.tar.bz2
scummvm-rg350-41efecc26567073e20d18652589856b95562db61.zip
TRAVIS: Collect and display ccache stats on jobs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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: