summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-08-18 16:39:30 -0400
committerBen Gamari <ben@smart-cactus.org>2019-08-18 16:44:35 -0400
commit852450238b1546f7a338fe722fd135b70688049a (patch)
tree901d227a343be4b34b9f11bdbb6429140244b10c
parent47e162374051ed3e874ed7916cc811df288cbd95 (diff)
downloadhaskell-wip/nightly-windows.tar.gz
gitlab-ci: Add Windows full build during the nightly pipelinewip/nightly-windows
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f212dfc625..52667fcbf9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -780,6 +780,19 @@ validate-x86_64-windows:
cache:
key: "x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
+nightly-x86_64-windows:
+ extends: .build-windows-make
+ stage: full-build
+ variables:
+ BUILD_FLAVOUR: "validate"
+ MSYSTEM: MINGW64
+ CONFIGURE_ARGS: "--target=x86_64-unknown-mingw32"
+ only:
+ variables:
+ - $NIGHTLY
+ cache:
+ key: "x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
+
# Normal Windows validate builds are profiled; that won't do for releases.
release-x86_64-windows:
extends: validate-x86_64-windows