ci: Also store gvc subproject in artifacts

After the subproject moved to a meson wrap, its checkout is no
longer managed by gitlab.

While meson will take care of checking out required submodules
during setup, this will not happen for `test` or `dist`, so store
the checked out code in artifacts.

Part-of:
<https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3370>
(cherry picked from commit f0c14bdef3)
This commit is contained in:
Florian Müllner 2024-06-13 15:43:51 +02:00
parent ef1f874c3b
commit 4252cff505
No known key found for this signature in database

View file

@ -189,6 +189,7 @@ build:
paths:
- mutter
- build
- subprojects/gvc
test:
stage: test