diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-15 19:40:26 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-17 01:14:52 -0500 |
commit | 205762bd1b7c7bcd7fb041f19f56c9ec08f1cdcc (patch) | |
tree | 53d69406faa10ceb5ee0238d2771df84a8179fc8 | |
parent | de56a67acf39098dd94693c6e265dfaade867d2f (diff) | |
download | haskell-205762bd1b7c7bcd7fb041f19f56c9ec08f1cdcc.tar.gz |
gitlab-ci: Enable Windows builds
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cd5e55e96..4cdfecbe31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -199,7 +199,7 @@ validate-x86_64-linux-deb9-unreg: # Validation via Pipelines (make, Windows) ############################################################ -.validate-x86_64-windows: +validate-x86_64-windows: stage: build variables: GHC_VERSION: "8.6.2" |