From 41efecc26567073e20d18652589856b95562db61 Mon Sep 17 00:00:00 2001 From: MichaƂ Janiszewski Date: Tue, 19 Nov 2019 22:38:03 +0100 Subject: TRAVIS: Collect and display ccache stats on jobs --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') 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: -- cgit v1.2.3