mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9235 Add CI build without threads
This commit is contained in:
parent
1f39b05f37
commit
a5414507b6
1 changed files with 12 additions and 2 deletions
|
|
@ -1,7 +1,17 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- 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
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
|
|
@ -19,7 +29,7 @@ build1:
|
||||||
paths:
|
paths:
|
||||||
- tests/testrun/
|
- tests/testrun/
|
||||||
|
|
||||||
build2:
|
build-gnutls-mit:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue