1
0
Fork 0

gitlab-ci.yml: Change build step build type to debugoptimized

We will catch -Wmaybe-uninitialized errors this way.
This commit is contained in:
Jonas Ådahl 2019-01-23 10:41:34 +01:00
parent e02fef8e2f
commit 2528a39781

View file

@ -7,7 +7,7 @@ stages:
build-mutter:
stage: build
script:
- meson . build -Degl_device=true -Dwayland_eglstream=true --werror
- meson . build -Dbuildtype=debugoptimized -Degl_device=true -Dwayland_eglstream=true --werror
- ninja -C build
- ninja -C build install