projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe45cf9
)
ci: Disable ccache
author
Emmanuele Bassi
<ebassi@gnome.org>
Sat, 24 Mar 2018 21:17:34 +0000
(21:17 +0000)
committer
Emmanuele 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 682fc9a47ce01f1fa6d956767864adab03105e11..e90190f1f5d0d2695a61b88f3785e339210b6f5e 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-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: