summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-03 15:45:03 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-03 15:45:03 +0100
commit25d46662c60ec849b369961b0137c6f8eda53ccf (patch)
tree803420c9c26c448933d9fb91b25982018b695846
parentb457d51e91677645acaefb86ca3a02e083886996 (diff)
downloadgnutls-25d46662c60ec849b369961b0137c6f8eda53ccf.tar.gz
.gitlab-ci.yml: added check on build with SSL 3.0
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4d0469242..97cb183f10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,10 @@ Build and Check - FIPS140-2 (x86-64):
- nettle2
except:
- tags
-Build and Check - with ARCFOUR:
+Build and Check - with SSL3/ARCFOUR:
script:
- git submodule update --init && make autoreconf && mkdir -p build && cd build && ../configure
- --with-arcfour128 --disable-non-suiteb-curves --enable-fips140-mode --with-included-libtasn1 --enable-seccomp-tests --disable-valgrind-tests --disable-doc && make -j4 && make check -j4
+ --with-ssl3 --with-arcfour128 --disable-non-suiteb-curves --enable-fips140-mode --with-included-libtasn1 --enable-seccomp-tests --disable-valgrind-tests --disable-doc && make -j4 && make check -j4
- cat tests/test-suite.log
tags:
- nettle2