[libxml2] Run CI tests with FTP and legacy modules
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Run CI tests with FTP and legacy modules
- Date: Wed, 13 Apr 2022 15:10:01 +0000 (UTC)
commit e13c808124b97e5da2e818a3a2e7d444139d9aa5
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Wed Apr 13 16:45:57 2022 +0200
Run CI tests with FTP and legacy modules
These modules are disabled by default. Enable them when testing.
.gitlab-ci.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb11a3d2..2e079f68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,24 +26,26 @@
gcc:
extends: .test
variables:
+ CONFIG: '--with-ftp --with-legacy'
CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=700"
gcc:python3:
extends: .test
variables:
+ CONFIG: '--with-ftp --with-legacy'
CFLAGS: "-O2"
PYTHON: "/usr/bin/python3"
gcc:static:
extends: .test
variables:
- CONFIG: "--disable-shared --without-python"
+ CONFIG: "--disable-shared --with-ftp --with-legacy --without-python"
CFLAGS: "-O2"
clang:asan:
extends: .test
variables:
- CONFIG: "--without-python"
+ CONFIG: "--with-ftp --with-legacy --without-python"
CC: clang
CFLAGS: "-O2 -g -fno-omit-frame-pointer -fsanitize=address,undefined,integer -fno-sanitize-recover=all
-Wno-error=cast-align"
# LeakSanitizer requires SYS_CAP_PTRACE
@@ -55,7 +57,7 @@ clang:msan:
only:
- schedules
variables:
- CONFIG: "--without-python --without-zlib --without-lzma"
+ CONFIG: "--with-ftp --with-legacy --without-python --without-zlib --without-lzma"
CC: clang
CFLAGS: "-O2 -g -fno-omit-frame-pointer -fsanitize=memory -Wno-error=cast-align"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]