[commit: ghc] master: gitlab-ci: Enable Windows builds (205762b)

git at git.haskell.org git at git.haskell.org
Mon Dec 17 06:15:20 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/205762bd1b7c7bcd7fb041f19f56c9ec08f1cdcc/ghc

>---------------------------------------------------------------

commit 205762bd1b7c7bcd7fb041f19f56c9ec08f1cdcc
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Dec 15 19:40:26 2018 -0500

    gitlab-ci: Enable Windows builds


>---------------------------------------------------------------

205762bd1b7c7bcd7fb041f19f56c9ec08f1cdcc
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cd5e55..4cdfecb 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"



More information about the ghc-commits mailing list