aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 3f9724f4..990d3939 100644
--- a/circle.yml
+++ b/circle.yml
@@ -101,8 +101,14 @@ jobs:
key: ccache-{{ arch }}-develop-
key: ccache-{{ arch }}-
- run:
+ name: Configure ccache
+ command: ccache -M 80M && ccache -c && ccache -s && ccache -z
+ - run:
name: Build
command: ./scripts/build.sh RelWithDebInfo
+ - run:
+ name: CCache statistics
+ command: ccache -s
- save_cache:
key: ccache-{{ arch }}-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
when: always