From f16d06267321e944da7b0ac17e00500faaaf7502 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Mon, 8 Jul 2019 17:02:44 -0700 Subject: CI: Enable warnings as errors Enable -Werror by setting -Dwerror=true on the Meson command line. Signed-off-by: Aaron Plattner --- test/gitlab-ci.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/gitlab-ci.sh b/test/gitlab-ci.sh index 6c468b3..f7a3528 100755 --- a/test/gitlab-ci.sh +++ b/test/gitlab-ci.sh @@ -1,7 +1,6 @@ #!/bin/sh set -xe -meson setup build/ -meson configure -Dprefix=/usr -Ddri2=true -Ddocumentation=true build/ +meson setup -Dprefix=/usr -Ddri2=true -Ddocumentation=true -Dwerror=true build/ ninja -C build/ install test cp -av build/doc/html public/ -- cgit v1.2.3