diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-19 11:40:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-02-19 11:40:40 -0500 |
commit | 3889e2f6d2b04fa866bba1165f5c413fd96c54b4 (patch) | |
tree | a7dd20fa7747e8fa90aa02651e7cd377e4d374c1 | |
parent | 15ca587e716f5b8a89a471fb0708d86c7024f71e (diff) | |
download | haskell-wip/dwarf-release.tar.gz |
gitlab-ci: Produce DWARF-enabled binary distributionwip/dwarf-release
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff03933f82..77505674b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,6 +255,19 @@ validate-x86_64-linux-deb9: cache: key: linux-x86_64-deb9 +release-x86_64-linux-deb9-dwarf: + extends: .validate-linux + stage: build + image: ghcci/x86_64-linux-deb9:0.2 + variables: + BUILD_FLAVOUR: dwarf + TEST_ENV: "x86_64-linux-deb9" + artifacts: + when: always + expire_in: 2 week + cache: + key: linux-x86_64-deb9 + nightly-x86_64-linux-deb9: extends: validate-x86_64-linux-deb9 stage: build |