summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-23 14:33:57 -0400
committerJason Wray <jason@mapbox.com>2017-10-23 14:33:57 -0400
commitf245212e8852c97de245b19f914185ce019c1e6f (patch)
treea551c911d6442fed903d6429845b5dc179bb8a2f
parent310a498122464b83826c507caef1a2bf9b394620 (diff)
downloadqtlocation-mapboxgl-f245212e8852c97de245b19f914185ce019c1e6f.tar.gz
More global?
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index a7ffacc4fc..12d199cf39 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
@@ -116,7 +117,6 @@ step-library:
command: |
brew install cmake
sudo mkdir -p /root/.ccache
- export CCACHE_DIR=/root/.ccache
brew install ccache
sudo gem install fastlane --no-document