summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-16 12:39:09 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-16 12:39:09 +0100
commit6179e69c47c614bf7d51c5d6d4b7df18dc2f73f8 (patch)
treed599b0fd256c22b6abd2046817c1a2fb0b1647d7
parent781b79c737f7cb3264f178936124c3c7f9c4b163 (diff)
downloadgnutls-6179e69c47c614bf7d51c5d6d4b7df18dc2f73f8.tar.gz
.gitlab-ci.yml: added build and check in FIPS140-2 mode
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96ebb67023..b293270058 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,3 +29,13 @@ Build and Check - separate build dir (x86-64):
- nettle2
except:
- tags
+Build and Check - FIPS140-2 (x86-64):
+ script:
+ - git submodule update --init && make autoreconf && mkdir -p build && cd build && ../configure
+ --disable-non-suiteb-curves --enable-fips140-mode --with-included-libtasn1 --enable-seccomp-tests --disable-valgrind-tests --disable-doc && make -j4 && make check -j4
+ - cat tests/test-suite.log
+ tags:
+ - x86-64
+ - nettle2
+ except:
+ - tags