diff options
| author | Ted Gould <ted@gould.cx> | 2017-06-11 00:32:11 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2017-06-11 00:32:11 +0000 |
| commit | 87d51981b4b52070639ae6233794f3205564da99 (patch) | |
| tree | cf23ae0fe45cfda74b31649439117ff34b382f17 /.gitlab-ci.yml | |
| parent | Try putting the variables on the command line (diff) | |
| download | inkscape-87d51981b4b52070639ae6233794f3205564da99.tar.gz inkscape-87d51981b4b52070639ae6233794f3205564da99.zip | |
Setup the ccache directory as a cache
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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: |
