mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Add CI job for static build
This commit is contained in:
parent
a340d8b10c
commit
f0ba4da18c
@ -34,6 +34,12 @@ gcc:python3:
|
||||
CFLAGS: "-O2"
|
||||
PYTHON: "/usr/bin/python3"
|
||||
|
||||
gcc:static:
|
||||
extends: .test
|
||||
variables:
|
||||
CONFIG: "--disable-shared --without-python"
|
||||
CFLAGS: "-O2"
|
||||
|
||||
clang:asan:
|
||||
extends: .test
|
||||
variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user