[commit: ghc] master: gitlab-ci: Enable darwin builds (4d77646)

git at git.haskell.org git at git.haskell.org
Fri Dec 14 03:00:08 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4d7764657251ad374fe12117d53dc4460b0c58bf/ghc

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

commit 4d7764657251ad374fe12117d53dc4460b0c58bf
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 13 00:26:19 2018 -0500

    gitlab-ci: Enable darwin builds


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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55ea67f..b4273c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ validate-x86_64-linux-deb8-hadrian:
       - ghc.tar.xz
       - junit.xml
 
-.validate-x86_64-darwin:
+validate-x86_64-darwin:
   extends: .validate
   tags:
     - x86_64-darwin



More information about the ghc-commits mailing list