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

Ben Gamari gitlab at gitlab.haskell.org
Wed Sep 30 23:18:17 UTC 2020



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


Commits:
b33003d5 by Ben Gamari at 2020-09-30T19:18:10-04:00
testing

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b33003d513d210c878aa3aae2639497470701a7c
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/7b927d74/attachment-0001.html>


More information about the ghc-commits mailing list