From 0dee695f3bf1e7eea8082f84e1c552c03a137dab Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 31 Jan 2021 16:15:46 +0100 Subject: CI/CircleCI: Show at the end of the build ccache stats of current build --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 50db90b8aba..7ef3fdbb7ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,6 +114,7 @@ jobs: export CCACHE_CPP2=yes export USE_CCACHE=1 export PATH=/usr/lib/ccache:$PATH + ccache -z ccache -s git config user.email "circleci@build.bot" && git config user.name "Circle CI" $CXX --version -- cgit v1.2.3