# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1648992521 -7200 # Sun Apr 03 15:28:41 2022 +0200 # Node ID ba3bf13648de40fd2e3ddb5ae26b2d3447250093 # Parent a117621eee46c2f4fa3e3983c590850f8e73967b Add CI job for static build diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: