summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2017-06-11 00:32:11 +0000
committerTed Gould <ted@gould.cx>2017-06-11 00:32:11 +0000
commit87d51981b4b52070639ae6233794f3205564da99 (patch)
treecf23ae0fe45cfda74b31649439117ff34b382f17 /.gitlab-ci.yml
parentTry putting the variables on the command line (diff)
downloadinkscape-87d51981b4b52070639ae6233794f3205564da99.tar.gz
inkscape-87d51981b4b52070639ae6233794f3205564da99.zip
Setup the ccache directory as a cache
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9ac9a31a..18944ecae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,10 @@ before_script:
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
+cache:
+ paths:
+ - ccache/
+
inkscape:
stage: build
script: