Skip to content
Snippets Groups Projects
Commit d21fb58d authored by Allan McRae's avatar Allan McRae :speech_balloon: Committed by Andrew Gregory
Browse files

Gitlab CI: add --werror to debug build


Catch build warnings in the CI.

Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
parent 53523670
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ arch:
arch-debug:
extends: .arch-test
script:
- meson --buildtype=debug build
- meson --buildtype=debug --werror build
- ninja -C build
- fakechroot meson test -C build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment