ci: Disable ccache
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 24 Mar 2018 21:17:34 +0000 (21:17 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 24 Mar 2018 21:17:34 +0000 (21:17 +0000)
Forcibly remove any ccache use, even if it's installed.

.gitlab-ci.yml

index 682fc9a47ce01f1fa6d956767864adab03105e11..e90190f1f5d0d2695a61b88f3785e339210b6f5e 100644 (file)
@@ -6,9 +6,7 @@ gtk:
   image: ebassi/gitlab-gtk:latest
   stage: build
   before_script:
-    - mkdir -p _ccache
-    - export CCACHE_BASEDIR=${PWD}
-    - export CCACHE_DIR=${PWD}/_ccache
+    - export CCACHE_DISABLE=true_
   script:
     - bash -x ./.gitlab-ci/test-docker.sh
   cache: