diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-23 17:05:46 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-12-06 16:51:01 -0500 |
commit | 1a70568bd1569f55f0670a8a120736852cd66e5b (patch) | |
tree | 42f5fee60f63ebc4654298be3ddffb776dcda6c4 | |
parent | 273d802b4529f33e40bd5efc51501fc4c9003db4 (diff) | |
download | haskell-1a70568bd1569f55f0670a8a120736852cd66e5b.tar.gz |
gitlab-ci: Add release-x86_64-linux-deb9 job
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53c811c489..6e795520b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -611,6 +611,20 @@ nightly-x86_64-linux-deb9-integer-simple: variables: - $NIGHTLY +release-x86_64-linux-deb9: + extends: .validate-linux + stage: build + image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV" + variables: + BUILD_FLAVOUR: perf + TEST_ENV: "x86_64-linux-deb9" + BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux.tar.xz" + artifacts: + when: always + expire_in: 2 week + cache: + key: linux-x86_64-deb9 + release-x86_64-linux-deb9-dwarf: extends: .validate-linux stage: build |