CI/CircleCI: Show at the end of the build ccache stats of current build

(cherry picked from commit 0dee695f3b)
This commit is contained in:
jackpoz
2021-01-31 16:15:46 +01:00
committed by Shauren
parent cdd2875649
commit 4b91670ed6

View File

@@ -120,6 +120,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