Skip to content

Commit

Permalink
gitlab-ci: Add centos7 release job
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Apr 20, 2019
1 parent bd3872d commit 2145b73
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,27 @@ release-x86_64-linux-deb8:
when: always
expire_in: 2 week

#################################
# x86_64-linux-centos7
#################################

release-x86_64-linux-centos7:
extends: .validate-linux
stage: full-build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-centos7:$DOCKER_REV"
variables:
# The sphinx release shipped with Centos 7 fails to build out documentation
BUILD_SPHINX_HTML: "NO"
BUILD_SPHINX_PDF: "NO"
TEST_ENV: "x86_64-linux-centos7"
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-centos7-linux.tar.xz"
only:
- tags
cache:
key: linux-x86_64-centos7
artifacts:
when: always
expire_in: 2 week

#################################
# x86_64-linux-fedora27
Expand Down

0 comments on commit 2145b73

Please sign in to comment.