summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-20 13:20:20 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-20 13:21:08 +0200
commit267a0de476dfeec9fd3efc1b48aa6174d7575f63 (patch)
tree8a44896ec5b712455678bb304532480fdff42f35
parentca0457cfffe612e84a9a16b02696b76921619755 (diff)
downloadgnutls-267a0de476dfeec9fd3efc1b48aa6174d7575f63.tar.gz
.gitlab-ci.yml: restrict windows build checks to tests/ subdirgnutls_3_4_12_win32
That is because there is an issue with the gnulib self tests when run under windows.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4622086c21..36c5e36640 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ Build and Check in FIPS140-2 mode:
Release build for windows DLLs:
script:
- make autoreconf && rm -f tests/suite/mini-eagain2.c && mingw32-configure --enable-local-libopts --without-p11-kit --disable-non-suiteb-curves --disable-doc --disable-valgrind-tests &&
- mingw32-make -j4 && make check -j4
+ mingw32-make -j4 && mingw32-make -C tests check -j4
tags:
- nettle3
- wine