summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-23 14:15:12 -0400
committerJason Wray <jason@mapbox.com>2017-10-23 14:15:12 -0400
commite0b06af23831d827e9cba3db35ed68b5ec7c40ad (patch)
tree1ced2792a59eafeef62791e369f680ebd95e3be0
parent1b519e4be66925e1d232a55cb7bfa2f0652ffcf4 (diff)
downloadqtlocation-mapboxgl-e0b06af23831d827e9cba3db35ed68b5ec7c40ad.tar.gz
Export ccache path and unify all platforms
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c9e111ec5a..c3d8af1236 100644
--- a/circle.yml
+++ b/circle.yml
@@ -40,6 +40,7 @@ step-library:
name: Generate cache key
command: |
echo "$(date +"%Y-%V")" > .circle-week
+ export CCACHE_DIR=/root/.ccache
ccache --clear
ccache --max-size=5G
- &restore-cache
@@ -50,7 +51,7 @@ step-library:
- &save-cache
save_cache:
key: 'v3/{{ .Environment.CIRCLE_JOB }}/{{ arch }}/{{ .Branch }}/{{ checksum ".circle-week" }}'
- paths: [ "node_modules", "/root/.ccache", "~/.ccache", "mason_packages/.binaries" ]
+ paths: [ "node_modules", "/root/.ccache", "mason_packages/.binaries" ]
- &reset-ccache-stats