[libxslt] Add CI job for static build



commit 32dbe863575cc416e537b001b80968a7b84167c3
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Sun Apr 3 15:28:41 2022 +0200

    Add CI job for static build

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b1e389f..2ca5355b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]