diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-01-29 00:54:10 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-10 02:39:06 -0500 |
commit | 53a870f4a43591f15694701f2de771773ee8b5eb (patch) | |
tree | ebfe3b9cf50a0f8b13c6e444b6adf7030eab9e35 /.gitlab-ci.yml | |
parent | e67384f43060000f5e9e6b5cb7539bd5042835a9 (diff) | |
download | haskell-53a870f4a43591f15694701f2de771773ee8b5eb.tar.gz |
Make CI via Hadrian build docs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9814b143a..b230331600 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: |