diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2018-09-25 17:00:14 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2018-09-27 00:37:03 +0300 |
commit | 4eb09b0b1d6d1e6bd747668577cd2c7c367abb2f (patch) | |
tree | 3c1749a7209ca740ad8b256231bc0587dc93727a | |
parent | 9165a7394a728d6b3353c6e9b99d0c35c2e79b01 (diff) | |
download | gnutls-4eb09b0b1d6d1e6bd747668577cd2c7c367abb2f.tar.gz |
.gitlab-ci.yml: reenable full test suite in SSL-3.0/SHA-1 case
Reenable full test suite run in SSL-3.0/SHA-1 CI test case to let us
catch issues in legacy code.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c8a297ead..79fc484bd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,7 +119,7 @@ SSL-3.0.Fedora.x86_64: script: - ./bootstrap - mkdir -p build && cd build && - dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --disable-ssl2-support --disable-full-test-suite --enable-seccomp-tests --disable-doc --disable-guile && + dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --disable-ssl2-support --enable-seccomp-tests --disable-doc --disable-guile && make -j$(nproc) && make check -j$(nproc) - cd .. tags: |