diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-04-07 22:37:54 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-04-07 22:37:59 +0200 |
commit | 204502ece42ba5fbbd24f813925c43e7436a74aa (patch) | |
tree | 936da7b63551e8d30ec272d4f60d9fb4a792a7d3 /.gitlab-ci.yml | |
parent | 126a1b71698497c10b355ebe978be5d395d92220 (diff) | |
download | gnutls-204502ece42ba5fbbd24f813925c43e7436a74aa.tar.gz |
.gitlab-ci.yml: removed the coverage run under pkcs11 trust store
It was causing inaccurate total coverage numbers.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03870e38c7..d4cdfabd36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ doc-dist/Fedora: except: - tags -# ABI check + coverage (two runs one under normal, and under the pkcs11 trust store) +# ABI check + coverage abi-coverage/Fedora: stage: stage1-testing image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD @@ -65,9 +65,6 @@ abi-coverage/Fedora: - make abi-check - make pic-check - make -j$(nproc) check - - ./configure --prefix=/usr --libdir=/usr/lib64 --disable-cxx --enable-code-coverage --disable-non-suiteb-curves --disable-maintainer-mode --disable-doc --with-default-trust-store-pkcs11="pkcs11:" - && make -j$(nproc) - - make -C tests check -j$(nproc) TESTS=trust-store SUBDIRS=. - make local-code-coverage-output || true tags: - shared |