summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-16 12:19:49 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-16 12:19:49 +0100
commitf9746e377e83b20c829552281f9f73187465d307 (patch)
treee88d1b99f6727d01a7fc8e24740f45b911ec412e
parent6bb64c0d8ab646b18d3b58fded766aa1dde85a3f (diff)
downloadgnutls-f9746e377e83b20c829552281f9f73187465d307.tar.gz
.gitlab-ci.yml: remove the minimal library from targets
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 664ee645d8..96ebb67023 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,17 +1,3 @@
-Compile minimal library:
- script:
- - git submodule update --init && make autoreconf && ./configure --with-included-libtasn1
- --disable-doc --disable-dtls-srtp-support --disable-alpn-support --disable-rsa-export
- --disable-heartbeat-support --disable-srp-authentication --disable-psk-authentication
- --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
- tags:
- - x86-64
- - nettle2
- except:
- - tags
Build and Check with valgrind:
script:
- git submodule update --init && make autoreconf && ./configure