ci: clean ccache stats to see the real effect of ccaching
authorJean Privat <jean@pryen.org>
Thu, 11 Jul 2019 12:31:53 +0000 (08:31 -0400)
committerJean Privat <jean@pryen.org>
Thu, 11 Jul 2019 12:31:56 +0000 (08:31 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 70b91e1..914a782 100644 (file)
@@ -29,6 +29,7 @@ before_script:
   - git config --add github.oauthtoken "$GITHUB_OAUTHTOKEN" # needed for github api rate limit
   - pwd
   - ccache -s
+  - ccache -z
   - ccache -M 500M
   - du -sh .gradle || true
   - type -a nitc nitdoc || true # is there some nit tools?