Add CI job for static build

This commit is contained in:
Nick Wellnhofer 2022-04-03 14:30:03 +02:00
parent a340d8b10c
commit f0ba4da18c

View File

@ -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: