]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9235 Add CI build without threads
authorRyan Tandy <ryan@nardis.ca>
Mon, 18 May 2020 17:51:18 +0000 (17:51 +0000)
committerRyan Tandy <ryan@nardis.ca>
Sat, 4 Jul 2020 00:24:16 +0000 (17:24 -0700)
.gitlab-ci.yml

index 8ee98558a0b72060243591872b1af0ade4ab93b1..514e441952fa22847a1b82e194564278610ab35b 100644 (file)
@@ -1,7 +1,17 @@
 stages:
   - build
 
-build1:
+build-no-threads-no-slapd:
+  stage: build
+  script:
+    - apt update
+    - DEBIAN_FRONTEND=noninteractive apt install -y build-essential autoconf groff-base libsasl2-dev libssl-dev
+    - autoreconf
+    - ./configure --without-threads --disable-slapd
+    - make depend
+    - make
+
+build-openssl-heimdal:
   stage: build
   script:
     - apt update
@@ -19,7 +29,7 @@ build1:
     paths:
       - tests/testrun/
 
-build2:
+build-gnutls-mit:
   stage: build
   script:
     - apt update