summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-10 09:15:29 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-10 09:15:29 +0200
commit38be05571223fc4ee0b96e75ddbcab500620dd3c (patch)
treeae68394eabd4b911f73f2808edac9f1a4d144950
parentc948789fc29a00726d97ca3e63ea221575eee51a (diff)
downloadgnutls-38be05571223fc4ee0b96e75ddbcab500620dd3c.tar.gz
.gitlab-ci.yml: enable openssl compat library in minimal build
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 847fc60c02..d0d7290dae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-Compile minimal library:
+Compile minimal library and openssl compat:
script:
- make autoreconf && ./configure --with-included-libtasn1
--disable-doc --disable-dtls-srtp-support --disable-alpn-support --disable-rsa-export
@@ -6,7 +6,7 @@ Compile minimal library:
--disable-anon-authentication --disable-dhe --disable-ecdhe --disable-openpgp-authentication
--disable-ocsp --disable-session-tickets --disable-openssl-compatibility --disable-non-suiteb-curves
--disable-nls --disable-crywrap --disable-libdane --without-p11-kit --without-tpm
- --without-zlib --disable-doc --disable-tests && make -j4
+ --without-zlib --disable-doc --disable-tests --enable-openssl-compatibility && make -j4
tags:
- nettle3
- linux