diff options
author | jackpoz <giacomopoz@gmail.com> | 2021-01-31 16:15:46 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 19:39:34 +0100 |
commit | 4b91670ed61b7af1016136c3923f343d2f3017e2 (patch) | |
tree | cbc50e345d21fe057189ee7a2909e1a99b394fad /.circleci | |
parent | cdd28756494c2b66e3b6d846367879bb97a764f7 (diff) |
CI/CircleCI: Show at the end of the build ccache stats of current build
(cherry picked from commit 0dee695f3bf1e7eea8082f84e1c552c03a137dab)
Diffstat (limited to '.circleci')
-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 2d7a856a676..4d75ee671b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 |