Gitlab CI: add --werror to debug build

Catch build warnings in the CI.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2021-09-05 11:15:48 +10:00 committed by Andrew Gregory
parent 5352367022
commit d21fb58da3

View file

@ -27,7 +27,7 @@ arch:
arch-debug: arch-debug:
extends: .arch-test extends: .arch-test
script: script:
- meson --buildtype=debug build - meson --buildtype=debug --werror build
- ninja -C build - ninja -C build
- fakechroot meson test -C build - fakechroot meson test -C build