From c36529c124c9567be9df59ad22cd6050f635d19e 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: (cherry picked from commit f0c14bdef388303f0ffa17eaaba4b11c49918892) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60ee5a7a2..5cf096de6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,6 +203,7 @@ build: paths: - mutter - build + - subprojects/gvc test: stage: test