From ed9ae8bb2ba8b16dea9cdad58c12e2f8b0035919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 25 Nov 2018 23:26:20 +0000 Subject: [PATCH] ci-template: build with --werror by default --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 5b66b6bb5c..ebbea4ac52 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -10,6 +10,7 @@ stages: variables: GIT_STRATEGY: none DEFAULT_MESON_ARGS: > + --werror -Dpython=enabled -Dlibav=enabled -Dugly=enabled