[commit: ghc] wip/dwarf-release: gitlab-ci: Produce DWARF-enabled binary distribution (3889e2f)
git at git.haskell.org
git at git.haskell.org
Wed Feb 20 14:59:59 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/dwarf-release
Link : http://ghc.haskell.org/trac/ghc/changeset/3889e2f6d2b04fa866bba1165f5c413fd96c54b4/ghc
>---------------------------------------------------------------
commit 3889e2f6d2b04fa866bba1165f5c413fd96c54b4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 19 11:40:40 2019 -0500
gitlab-ci: Produce DWARF-enabled binary distribution
>---------------------------------------------------------------
3889e2f6d2b04fa866bba1165f5c413fd96c54b4
.gitlab-ci.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff03933..7750567 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
More information about the ghc-commits
mailing list