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.
This commit is contained in:
Christoph Reiter 2018-02-15 13:37:02 +01:00
parent 46436158eb
commit 1395f78679

View File

@ -11,6 +11,11 @@ before_script:
cache:
paths:
- _ccache/
- subprojects/gdk-pixbuf/
- subprojects/glib/
- subprojects/graphene/
- subprojects/libepoxy/
- subprojects/pango/
build:
stage: build