projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8fdf8
)
gitlab-ci: Enable -Werror in `meson-classic` job
author
Timothy Arceri
<tarceri@itsqueeze.com>
Fri, 3 Jul 2020 03:10:09 +0000
(13:10 +1000)
committer
Marge Bot
<eric+marge@anholt.net>
Sat, 4 Jul 2020 00:32:26 +0000
(
00:32
+0000)
It's warning-clean.
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5730>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 12843417517c06b13abbcaf0f01b407bca04c261..be43e5123bbf4fd5596653cc4a58b9a35ce81c4c 100644
(file)
--- 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: