diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-23 17:05:46 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 11:56:54 -0500 |
commit | 2b2370ec82294c527f9fbe2d1d66daff9816f837 (patch) | |
tree | e082b0985ea83ae38d8caa79651cf1f7e412841c /.gitlab-ci.yml | |
parent | a0f09e23dd19f0cf223034f9b787a4f038cd995d (diff) | |
download | haskell-2b2370ec82294c527f9fbe2d1d66daff9816f837.tar.gz |
gitlab-ci: Add release-x86_64-linux-deb9 job
(cherry picked from commit cbedb3c4a90649f474cb716842ba53afc5a642ca)
Diffstat (limited to '.gitlab-ci.yml')
-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 94f42a4249..6668632e2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -619,6 +619,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 + validate-x86_64-linux-deb9-dwarf: extends: .build-x86_64-linux-deb9 stage: build |