ci: Make meson warnings fatal
The Config variable that was removed in the previous commit was actually wrong (PACKAGE_VERSION vs. GETTEXT_VERSION), so the substituation didn't work. Meson warns about this, let's make these warnings fatal to catch similar issues during CI. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2844>
This commit is contained in:
parent
f0ba468664
commit
8238533418
@ -194,7 +194,7 @@ build:
|
|||||||
- meson mutter mutter/build --prefix=/usr
|
- meson mutter mutter/build --prefix=/usr
|
||||||
- meson install -C mutter/build
|
- meson install -C mutter/build
|
||||||
script:
|
script:
|
||||||
- meson . build -Dbuildtype=debugoptimized -Dman=false --werror
|
- meson setup . build -Dbuildtype=debugoptimized -Dman=false --werror --fatal-meson-warnings
|
||||||
- meson compile -C build
|
- meson compile -C build
|
||||||
- meson install -C build
|
- meson install -C build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user