summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2018-02-15 13:37:02 +0100
committerChristoph Reiter <creiter@src.gnome.org>2018-02-15 13:43:55 +0100
commit1395f7867932ddffd9478c73edfe7b417c2d60a9 (patch)
tree660d4755148ee4593ea8387a6da4268576b3211d /.gitlab-ci.yml
parent46436158eb3388cc7cbd8f0b724f0a46a2e4e3c0 (diff)
downloadgtk+-1395f7867932ddffd9478c73edfe7b417c2d60a9.tar.gz
gitlab-ci: cache meson subprojects
This saves another 30sec here and reducing clone operations on the gnome gitlab instance is probably a good idea as well.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bc0cb07fe..0d559ef3cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,11 @@ before_script:
cache:
paths:
- _ccache/
+ - subprojects/gdk-pixbuf/
+ - subprojects/glib/
+ - subprojects/graphene/
+ - subprojects/libepoxy/
+ - subprojects/pango/
build:
stage: build