summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2020-01-13 00:18:07 +0300
committerDaiki Ueno <dueno@src.gnome.org>2020-01-28 16:06:18 +0100
commit3009a44399b6a8eeac4db02f4da118124b74ae00 (patch)
treee5d5ddc98a65415f767b0c31e18c6fdf0c29b4d1 /.gitlab-ci.yml
parentf912210c722d4f813bbd55a8d6fd92ef0c971442 (diff)
downloadgcr-3009a44399b6a8eeac4db02f4da118124b74ae00.tar.gz
.gitlab-ci.yml: don't skip deprecated warnings in Werror build
To make sure that the code does not use deprecated functions, remove CFLAGS override from Werror build. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3c446c..63c48d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ fedora:Werror:
- dnf install -y $DEPENDENCIES
- dbus-uuidgen --ensure
script:
- - ./autogen.sh --disable-dependency-tracking --enable-gtk-doc --enable-strict CFLAGS="-Wno-error=deprecated-declarations"
+ - ./autogen.sh --disable-dependency-tracking --enable-gtk-doc --enable-strict
- make -j$(nproc) V=1
- eval `dbus-launch --sh-syntax`
- make -j$(nproc) V=1 distcheck