[commit: ghc] wip/marge_bot_batch_merge_job: gitlab-ci: Add a devel2 build (c32de5f)
git at git.haskell.org
git at git.haskell.org
Thu Feb 7 17:11:29 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/marge_bot_batch_merge_job
Link : http://ghc.haskell.org/trac/ghc/changeset/c32de5f4f85bffb07cdd6e8c99b4789e1952b16e/ghc
>---------------------------------------------------------------
commit c32de5f4f85bffb07cdd6e8c99b4789e1952b16e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 22 00:59:43 2018 -0500
gitlab-ci: Add a devel2 build
>---------------------------------------------------------------
c32de5f4f85bffb07cdd6e8c99b4789e1952b16e
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07a1d47..a9814b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -213,6 +213,16 @@ nightly-i386-linux-deb9:
cache:
key: linux-i386-deb9
+# N.B. Has DEBUG assertions enabled in stage2
+validate-x86_64-linux-deb9-debug:
+ extends: .validate-linux
+ stage: build
+ image: ghcci/x86_64-linux-deb9:0.2
+ variables:
+ BUILD_FLAVOUR: devel2
+ cache:
+ key: linux-x86_64-deb9
+
validate-x86_64-linux-deb9:
extends: .validate-linux
stage: build
More information about the ghc-commits
mailing list