summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 08:50:32 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 15:31:43 +0200
commit4ad76785ef2feec7af64f3821edd8eb67de88762 (patch)
treeb2ad5e723822fb447de94a27f06360a990d014e4 /.gitlab-ci.yml
parent7df03e9c6995f2ecfdf3ed0023dbf35e015f33e2 (diff)
downloadgnutls-4ad76785ef2feec7af64f3821edd8eb67de88762.tar.gz
Removed support for openpgp certificates and keys
Resolves #178 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bca145d12c..15f35ee531 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -145,28 +145,6 @@ FIPS140-2/Fedora/x86_64:
- build/tests/*.log
- build/tests/*/*.log
-openpgp/Fedora/x86_64:
- stage: stage1-testing
- image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
- script:
- - make autoreconf
- - mkdir -p build && cd build &&
- ../configure --enable-openpgp-authentication --disable-doc --disable-guile --disable-full-test-suite
- - make -j$(nproc)
- - make abi-check
- - make check -j$(nproc)
- tags:
- - shared
- except:
- - tags
- artifacts:
- when: on_failure
- paths:
- - build/guile/tests/*.log
- - build/tests/*.log
- - build/tests/*/*.log
- - build/compat_reports/*
-
valgrind/Fedora/x86_64:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD