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

Ben Gamari gitlab at gitlab.haskell.org
Wed Sep 30 23:46:53 UTC 2020



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


Commits:
8f94eb50 by Ben Gamari at 2020-09-30T19:46:46-04:00
testing

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -282,6 +282,9 @@ hadrian-ghc-in-ghci:
     TEST_TYPE: test
     MAKE_ARGS: "-Werror"
   script:
+    - "echo $PATH"
+    - "echo $SHELL"
+    - which autoreconf
     - .gitlab/ci.sh setup
     - .gitlab/ci.sh configure
     - .gitlab/ci.sh build_make
@@ -382,9 +385,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/8f94eb5070ba97da6b8053b46c75c5c6d9797521

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8f94eb5070ba97da6b8053b46c75c5c6d9797521
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/1d6beae5/attachment.html>


More information about the ghc-commits mailing list