summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-24 10:08:14 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-24 10:08:14 +0200
commita725980e92c866b5d46b3b900d2a51988f55500b (patch)
treef362b1cd6d8b1ef02e4c3ca89142bbb51b224b57
parent8bdb2aaf5df0ac6927ae828b4cc1c4b5b44f84e8 (diff)
downloadgnutls-a725980e92c866b5d46b3b900d2a51988f55500b.tar.gz
.gitlab-ci.yml: corrected typo preventing the no-SSL 3.0 test part to be properly run
Also test the --disable-ssl2-support option.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77bd2091c3..d6bd90bff1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ Build and Check - separate build dir (x86):
Build and Check - without SSL 3.0:
script:
- make autoreconf && mkdir -p build && cd build &&
- ../configure --disable-ssl3 --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-valgrind-tests --enable-code-coverage &&
+ ../configure --disable-ssl3-support --disable-ssl2-support --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-valgrind-tests --enable-code-coverage &&
make -j4 && make check -j4 && make local-code-coverage-output
tags:
- lcov