summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-08-18 16:39:30 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-22 09:25:08 -0400
commitd505524857e4a4901c8972afd17eb4ea346d1234 (patch)
treed09805e1f8481ea635fcfdee22a1a9f560c847c0
parent5e40356f65bc2d62c73be8015c759899f072ac9a (diff)
downloadhaskell-d505524857e4a4901c8972afd17eb4ea346d1234.tar.gz
gitlab-ci: Add Windows full build during the nightly pipeline
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df0697b8bf..79643b4c23 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