[Git][ghc/ghc][wip/test-hadrian-stack-build] gitlab-ci: Verify that Hadrian builds with Stack
Ben Gamari
gitlab at gitlab.haskell.org
Thu Sep 24 16:00:01 UTC 2020
Ben Gamari pushed to branch wip/test-hadrian-stack-build at Glasgow Haskell Compiler / GHC
Commits:
17f6d882 by Ben Gamari at 2020-09-24T11:59:55-04:00
gitlab-ci: Verify that Hadrian builds with Stack
As noted in #18726, this regularly breaks. Let's test it.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -234,6 +234,14 @@ lint-release-changelogs:
tags:
- x86_64-linux
+stack-hadrian-build:
+ extends: .validate-linux-hadrian
+ script:
+ - .gitlab/ci.sh setup
+ - .gitlab/ci.sh configure
+ - hadrian/build-stack --version
+ stage: build
+
validate-x86_64-linux-deb9-hadrian:
extends: .validate-linux-hadrian
stage: build
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/17f6d882773970b27a02daccb838803a0c284186
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/17f6d882773970b27a02daccb838803a0c284186
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/20200924/b980fef2/attachment.html>
More information about the ghc-commits
mailing list