From a4f10eb0c4c52c2bc2581fa20bd737c202c05538 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 24 Jan 2017 07:56:12 +0100 Subject: .gitlab-ci.yml: added run with IDNA2003 Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- cgit v1.2.1