From 1395f7867932ddffd9478c73edfe7b417c2d60a9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 15 Feb 2018 13:37:02 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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