summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-02-01 23:55:46 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-02 05:15:23 -0400
commit82d8847ea7065d31efeedb800b0b2a2e0e5c416d (patch)
tree1f959eb5a0fe5ac15bfa9e5779b58a90124232a7
parent8ef6eaf78ee04582ec4e1b4814b215a8a66cb9fa (diff)
downloadhaskell-82d8847ea7065d31efeedb800b0b2a2e0e5c416d.tar.gz
gitlab-ci: CI wibbles
Ensure that deb10-dwarf artifacts are preserved.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adf9582c47..d826c3251d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -984,6 +984,9 @@ release-x86_64-linux-deb10-dwarf:
BUILD_FLAVOUR: dwarf
TEST_ENV: "x86_64-linux-deb10-dwarf"
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb10-linux-dwarf.tar.xz"
+ artifacts:
+ when: always
+ expire_in: 1 year
validate-x86_64-linux-deb10-llvm:
extends: .build-x86_64-linux-deb10