Show ccache stats

This commit is contained in:
Alexander A. Klimov 2020-07-23 13:18:13 +02:00
parent 1d713f6f46
commit 6beed164f1

View File

@ -2,6 +2,7 @@
set -exo pipefail
export PATH="/usr/lib/ccache:$PATH"
ccache -z
mkdir icinga2-bin
mkdir build
@ -19,3 +20,5 @@ make install "DESTDIR=$(pwd)/../icinga2-bin"
cd ..
rm icinga2-bin/etc/icinga2/features-enabled/mainlog.conf
ccache -s