From: Jean Privat Date: Thu, 11 Jul 2019 12:31:53 +0000 (-0400) Subject: ci: clean ccache stats to see the real effect of ccaching X-Git-Url: http://nitlanguage.org ci: clean ccache stats to see the real effect of ccaching Signed-off-by: Jean Privat --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70b91e1..914a782 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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?