From f0c14bdef388303f0ffa17eaaba4b11c49918892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 13 Jun 2024 15:43:51 +0200 Subject: [PATCH] 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: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a825d6298..10a6256a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,6 +203,7 @@ build: paths: - mutter - build + - subprojects/gvc - subprojects/jasmine-gjs test: