From 0c56b143a2bc9904542f1ebb5879de52a57eab2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 23 May 2023 18:28:10 +0200 Subject: [PATCH] ci: Use dry-run install during the build test We already test install as part of other jobs (such as can-build-gnome-shell) and in general that's wrong because we may add to the final install path artifacts that are required during tests, hiding potential issues with meson test when those files are not installed. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04dff23b2..449be80a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -241,7 +241,7 @@ check-code-style: $BASE_MESON_OPTIONS $EXTRA_MESON_OPTIONS - meson compile -C build - - meson install -C build + - meson install --dry-run -C build artifacts: expire_in: 1 day paths: