Skip to content
Snippets Groups Projects
Commit ba3bf13648de authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Add CI job for static build

parent a117621eee46
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,12 @@
CFLAGS: "-O2"
PYTHON: "/usr/bin/python3"
gcc:static:
extends: .test
variables:
CONFIG: "--disable-shared --without-python"
CFLAGS: "-O2"
clang:asan:
extends: .test
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment