summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-10-24 15:34:31 -0400
committerJason Wray <jason@mapbox.com>2018-10-26 14:06:51 -0400
commitc17741807b10cdb13d3454ec224f17e5eccf14b2 (patch)
treec67b6974156bac5ad0508a82c9915191fcd51f22
parentda2685d6871150eaaf0eb75b01038d8b9fef7a8d (diff)
downloadqtlocation-mapboxgl-upstream/fb-circleci-ccache-stats.tar.gz
[build] Show ccache stats on CircleCI againupstream/fb-circleci-ccache-stats
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index a97fd87fc8..f08b6467be 100644
--- a/circle.yml
+++ b/circle.yml
@@ -220,7 +220,7 @@ commands:
steps: [ save-node_modules-cache ]
- when:
condition: << parameters.ccache >>
- steps: [ save-ccache ]
+ steps: [ save-ccache, show-ccache-stats ]
- when:
condition: << parameters.mason >>
steps: [ save-mason_packages-cache ]