From 87d51981b4b52070639ae6233794f3205564da99 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 10 Jun 2017 19:32:11 -0500 Subject: Setup the ccache directory as a cache --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3