summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-16 18:52:48 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-16 18:52:48 +0100
commit243f3a3a22d0a639b02b068f08deaedec20524d0 (patch)
tree4f26c4be4e6e53d3efdadad3eefe3ef3a4d643a2 /.gitlab-ci.yml
parent21cb44e051e1f3b019d4bf17b68b06cf0aca6efe (diff)
downloadgnutls-243f3a3a22d0a639b02b068f08deaedec20524d0.tar.gz
.gitlab-ci.yml: disable non-suiteb curves in all systems as we have multiple which are fedoras
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 748850f847..4857b0e9e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ Build and Check - separate build dir (x86-64):
Build and Check - separate build dir (x86):
script:
- git submodule update --init && make autoreconf && mkdir -p build && cd build &&
- ../configure --with-included-libtasn1 --enable-seccomp-tests --disable-doc --disable-valgrind-tests &&
+ ../configure --disable-non-suiteb-curves --with-included-libtasn1 --enable-seccomp-tests --disable-doc --disable-valgrind-tests &&
make -j4 && make check -j4
- cat tests/test-suite.log
tags: