[pacman-dev] [PATCH] Gitlab CI: add --werror to debug build
5 Sep
2021
5 Sep
'21
1:15 a.m.
Catch build warnings in the CI. Signed-off-by: Allan McRae <allan@archlinux.org> --- It turns out what I though was a CI failure due to a build warning was really due to configurations being play with by devops... .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 668b97ba..186ad3dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.33.0
1203
Age (days ago)
1203
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae