diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2018-02-15 13:37:02 +0100 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2018-02-15 13:43:55 +0100 |
commit | 1395f7867932ddffd9478c73edfe7b417c2d60a9 (patch) | |
tree | 660d4755148ee4593ea8387a6da4268576b3211d /.gitlab-ci.yml | |
parent | 46436158eb3388cc7cbd8f0b724f0a46a2e4e3c0 (diff) | |
download | gtk+-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.yml | 5 |
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 |