aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2020-07-03 13:10:09 +1000
committerMarge Bot <[email protected]>2020-07-04 00:32:26 +0000
commita1b89dbc8f4001c19b8b07eb81b9988901a84d50 (patch)
tree3f26eb273bf0527e2647a46da6c5280be4f83740
parentec8fdf8579d7f95257316d29a6e58ccdf6e5aaba (diff)
gitlab-ci: Enable -Werror in `meson-classic` job
It's warning-clean. Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5730>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: