[epiphany/gnome-3-38] Disable -Werror for 3.38
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-38] Disable -Werror for 3.38
- Date: Fri, 7 May 2021 21:35:04 +0000 (UTC)
commit 4e05c22139810b0b42a682510782c6a6fc3198b3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri May 7 21:35:02 2021 +0000
Disable -Werror for 3.38
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48e957d10..cf1a836fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ check-code-style:
flatpak:
extends: '.flatpak'
variables:
- CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
+ CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled'
except:
- master
@@ -37,7 +37,7 @@ flatpak master:
scanbuild:
image: registry.gitlab.gnome.org/gnome/epiphany/master:v2
variables:
- CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
+ CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled'
script:
- mkdir _build
- meson ${CONFIG_OPTS} _build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]