From 59c77da8380b2203f859e7a3753a09f81edb4f55 Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Fri, 3 Nov 2023 18:40:10 +0100 Subject: [PATCH] ci: Sync GS build options Copy over build options from the GS CI config. Notably build with --werror to avoid breaking the GS CI. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e04a0406..e70be1110 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -564,7 +564,7 @@ can-build-gnome-shell@x86_64: - sudo meson install --no-rebuild -C build script: - .gitlab-ci/checkout-gnome-shell.sh - - meson setup gnome-shell gnome-shell/build --prefix /usr -Dman=false + - meson setup gnome-shell gnome-shell/build --prefix /usr -Dbuildtype=debugoptimized -Dman=false --werror --fatal-meson-warnings - sudo meson install -C gnome-shell/build test-mutter-coverity: