ci-template: build with --werror by default

This commit is contained in:
Tim-Philipp Müller 2018-11-25 23:26:20 +00:00
parent d2cfcef5bb
commit ed9ae8bb2b

View file

@ -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