mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ci-template: build with --werror by default
This commit is contained in:
parent
d2cfcef5bb
commit
ed9ae8bb2b
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ stages:
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
DEFAULT_MESON_ARGS: >
|
DEFAULT_MESON_ARGS: >
|
||||||
|
--werror
|
||||||
-Dpython=enabled
|
-Dpython=enabled
|
||||||
-Dlibav=enabled
|
-Dlibav=enabled
|
||||||
-Dugly=enabled
|
-Dugly=enabled
|
||||||
|
|
Loading…
Reference in a new issue