]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: restrict windows build checks to tests/ subdir [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Jun 2016 17:46:55 +0000 (19:46 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Jun 2016 17:46:58 +0000 (19:46 +0200)
That is because there is an issue with the gnulib self tests when
run under windows.

.gitlab-ci.yml

index d6bd90bff1313c8f49b8be7e0996689d506f1ee4..cf029de01684cb25fb7f223757f0668c77c7def0 100644 (file)
@@ -92,7 +92,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