diff options
author | jackpoz <giacomopoz@gmail.com> | 2021-01-31 16:15:46 +0100 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2021-01-31 20:20:31 +0100 |
commit | 0dee695f3bf1e7eea8082f84e1c552c03a137dab (patch) | |
tree | 835fb0611e1a03e18c622fa1e46a3a8739417539 | |
parent | a9c83d556635a51c13cea5e231e879a67d2e77ff (diff) |
CI/CircleCI: Show at the end of the build ccache stats of current build
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |