From aa258e43097239da12c5d33a39dd852e678b72f0 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 8 Jan 2025 09:21:23 +0000 Subject: [PATCH] ci: Include subprojects in dist Fixes: https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2748 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4687c509..ce7e31fe0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ dist: _build # We can’t run tests because it would run the `gtk` suite, which doesn’t work on CI # There’s currently no way to selectively disable some suites at dist time. - - meson dist -C _build --no-tests + - meson dist -C _build --no-tests --include-subprojects # Compile again to build the docs - meson compile -C _build - ninja -C _build gnome-software-doc -- GitLab