summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-24 07:56:12 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-26 16:11:25 +0100
commita4f10eb0c4c52c2bc2581fa20bd737c202c05538 (patch)
treec518420e9a20db9d9621fbb535aa44754f48f8f4
parent4d7b8ed49b71caa6221d2060ee7b6cca136d6044 (diff)
downloadgnutls-a4f10eb0c4c52c2bc2581fa20bd737c202c05538.tar.gz
.gitlab-ci.yml: added run with IDNA2003
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.gitlab-ci.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ab3ce3502..5917a59114 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,6 +86,24 @@ Fedora/x86_64/FIPS140-2:
- build/tests/*.log
- build/tests/*/*.log
+Fedora/x86_64/IDNA2003:
+ stage: stage1-testing
+ image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
+ script:
+ - make autoreconf && mkdir -p build && cd build &&
+ ../configure --without-libidn2 --disable-doc --disable-guile --disable-full-test-suite --disable-valgrind-tests &&
+ make -j$(nproc) && make check -j$(nproc)
+ tags:
+ - shared
+ except:
+ - tags
+ artifacts:
+ when: on_failure
+ paths:
+ - guile/tests/*.log
+ - build/tests/*.log
+ - build/tests/*/*.log
+
Fedora/x86_64/valgrind:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD