summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-27 11:46:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-27 11:47:15 +0200
commitd6fd2339be4fc7cfcdb61dac13896de67f22cbac (patch)
treebc215c8321f3ca47c921b4056dcdfa218f22d5b7
parent87ac4cc010f6510f6b9201132bacd5321d1ac94b (diff)
downloadgnutls-d6fd2339be4fc7cfcdb61dac13896de67f22cbac.tar.gz
.gitlab-ci.yml: enabled valgrind tests build
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d8604432c..a484b2efb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -135,7 +135,7 @@ Fedora/x86_64/FIPS140-2:
Fedora/x86_64/valgrind:
script:
- - make autoreconf && rm -f tests/suite/mini-eagain2.c && ./configure
+ - make autoreconf && ./configure
--disable-non-suiteb-curves --enable-code-coverage --disable-doc && make -j$(nproc) && make check -j$(nproc)
- make local-code-coverage-output || true
tags: