[Git][ghc/ghc][wip/testing] testing

Ben Gamari gitlab at gitlab.haskell.org
Wed Sep 30 23:56:12 UTC 2020



Ben Gamari pushed to branch wip/testing at Glasgow Haskell Compiler / GHC


Commits:
d7508db5 by Ben Gamari at 2020-09-30T19:56:07-04:00
testing

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -282,6 +282,10 @@ hadrian-ghc-in-ghci:
     TEST_TYPE: test
     MAKE_ARGS: "-Werror"
   script:
+    - source $HOME/.zshrc
+    - "echo $PATH"
+    - "echo $SHELL"
+    - which autoreconf
     - .gitlab/ci.sh setup
     - .gitlab/ci.sh configure
     - .gitlab/ci.sh build_make
@@ -382,9 +386,10 @@ release-x86_64-freebsd:
 
 validate-x86_64-darwin:
   extends: .validate
-  stage: full-build
+  stage: lint
   tags:
     - x86_64-darwin
+    - testing
   variables:
     GHC_VERSION: 8.8.4
     CABAL_INSTALL_VERSION: 3.0.0.0



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d7508db55786c2a6f4471f8547d66c28c6bfe20a

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d7508db55786c2a6f4471f8547d66c28c6bfe20a
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200930/6c9f100a/attachment-0001.html>


More information about the ghc-commits mailing list