[commit: ghc] wip/T16188: Make CI via Hadrian build docs (53a870f)
git at git.haskell.org
git at git.haskell.org
Sun Feb 10 21:31:30 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16188
Link : http://ghc.haskell.org/trac/ghc/changeset/53a870f4a43591f15694701f2de771773ee8b5eb/ghc
>---------------------------------------------------------------
commit 53a870f4a43591f15694701f2de771773ee8b5eb
Author: Alec Theriault <alec.theriault at gmail.com>
Date: Tue Jan 29 00:54:10 2019 -0800
Make CI via Hadrian build docs
>---------------------------------------------------------------
53a870f4a43591f15694701f2de771773ee8b5eb
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9814b1..b230331 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,6 +59,7 @@ ghc-linters:
- ./boot
- ./configure $CONFIGURE_ARGS
- hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh`
+ - hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` docs-haddock
cache:
key: hadrian
paths:
More information about the ghc-commits
mailing list