ITS#9235 Add CI build without threads

This commit is contained in:
Ryan Tandy 2020-05-18 17:51:18 +00:00
parent 1f39b05f37
commit a5414507b6

View file

@ -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