Mesa (master): gitlab-ci: Enable -Werror in `meson-gallium` job

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 10 01:01:20 UTC 2020


Module: Mesa
Branch: master
Commit: 1af1eb9f7bd61287a74133860606fa146a0d43ac
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1af1eb9f7bd61287a74133860606fa146a0d43ac

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Wed Jul  8 13:56:51 2020 +1000

gitlab-ci: Enable -Werror in `meson-gallium` job

It's warning-clean.

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5799>

---

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66357057628..0b806a7f697 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -555,6 +555,7 @@ meson-gallium:
     EXTRA_OPTION: >
       -D osmesa=gallium
       -D tools=all
+      -D werror=true
   script:
     - .gitlab-ci/meson-build.sh
     - .gitlab-ci/run-shader-db.sh



More information about the mesa-commit mailing list