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

This commit is contained in:
jackpoz
2021-01-31 16:15:46 +01:00
parent a9c83d5566
commit 0dee695f3b

View File

@@ -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