summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-25 11:57:31 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-25 11:57:31 +0100
commitefad4c6c17bb7b8211f42f77e409fd187c26f252 (patch)
treee9a0cd261bb5977a5e7721fe4b1948017d84b48e /.gitlab-ci.yml
parentd8a7207ab9654ee0391dabbf870265b1de53727f (diff)
downloadgnutls-efad4c6c17bb7b8211f42f77e409fd187c26f252.tar.gz
.gitlab-ci.yml: added windows build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a378230954..33aa4b0945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,3 +70,14 @@ Build and Check in FIPS140-2 mode:
- nettle3
except:
- tags
+Build and Check for windows:
+ script:
+ - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c && mkdir -p build && cd build &&
+ mingw32-configure --enable-local-libopts --without-p11-kit --disable-non-suiteb-curves --disable-doc --disable-valgrind-tests &&
+ mingw32-make -j4 && mingw32-make check -j4
+ tags:
+ - nettle3
+ - wine
+ - mingw
+ except:
+ - tags