summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-09-30 19:15:13 -0400
committerBen Gamari <ben@smart-cactus.org>2020-09-30 20:12:02 -0400
commitf798a7080d1536d6864088b98e2da79a25901c4f (patch)
treec9a8d13ba7547e30b814cce5da603c94d568f174
parent235e410f63a4725bbc4466dbdef7d5f661793e84 (diff)
downloadhaskell-f798a7080d1536d6864088b98e2da79a25901c4f.tar.gz
testing
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8fd87d23f..76e773897e 100644
--- a/.gitlab-ci.yml
+++ b/.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