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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 4 01:00:27 UTC 2020


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Fri Jul  3 13:10:09 2020 +1000

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

It's warning-clean.

Reviewed-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5730>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12843417517..be43e5123bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -558,6 +558,7 @@ meson-classic:
     EXTRA_OPTION: >
       -D osmesa=classic
       -D tools=all
+      -D werror=true
 
 .meson-cross:
   extends:



More information about the mesa-commit mailing list