[Git][ghc/ghc][wip/testing] testing
Ben Gamari
gitlab at gitlab.haskell.org
Thu Oct 1 00:12:10 UTC 2020
Ben Gamari pushed to branch wip/testing at Glasgow Haskell Compiler / GHC
Commits:
f798a708 by Ben Gamari at 2020-09-30T20:12:02-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/f798a7080d1536d6864088b98e2da79a25901c4f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f798a7080d1536d6864088b98e2da79a25901c4f
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/e728ca03/attachment.html>
More information about the ghc-commits
mailing list