summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-11 13:04:56 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-11 13:13:42 +0200
commit2a1ecb18029532bfb608594e2a80f05c6488edb6 (patch)
treef452387882272a88f613fb01822416dad77d7320
parent73210eeda5782da3414517cab20550d137e2dd25 (diff)
downloadlibxml2-2a1ecb18029532bfb608594e2a80f05c6488edb6.tar.gz
gitlab-ci: Remove -Werror
Several compiler warnings won't be addressed in the 2.10 branch.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8aa58e9f..aea52b13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,8 +25,8 @@
cd build
ln -s /tests/xmlconf
sh ../autogen.sh $BASE_CONFIG $CONFIG
- make -j$(nproc) V=1 CFLAGS="$CFLAGS -Werror"
- make CFLAGS="$CFLAGS -Werror" check
+ make -j$(nproc) V=1
+ make check
gcc:
extends: .test