ci: Increase warnlevel from 1 to 2
This will hopefully catch more things than -Wall. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
parent
eeb96e95a5
commit
cccf133f55
1 changed files with 9 additions and 1 deletions
|
@ -214,7 +214,15 @@ check-code-style:
|
||||||
- .fdo.distribution-image@fedora
|
- .fdo.distribution-image@fedora
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- meson . build -Dbuildtype=debugoptimized -Db_coverage=true -Degl_device=true -Dwayland_eglstream=true --werror --prefix /usr
|
- meson . build
|
||||||
|
--prefix /usr
|
||||||
|
--werror
|
||||||
|
--fatal-meson-warnings
|
||||||
|
--warnlevel 2
|
||||||
|
-Dbuildtype=debugoptimized
|
||||||
|
-Db_coverage=true
|
||||||
|
-Degl_device=true
|
||||||
|
-Dwayland_eglstream=true
|
||||||
- meson compile -C build
|
- meson compile -C build
|
||||||
- meson install -C build
|
- meson install -C build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue