mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue