[commit: ghc] wip/devel2-ci: gitlab-ci: Add a devel2 build (c3c72a2)
git at git.haskell.org
git at git.haskell.org
Sun Dec 30 15:25:39 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/devel2-ci
Link : http://ghc.haskell.org/trac/ghc/changeset/c3c72a20113cd7ed7246517a4db5fb24cf0a1212/ghc
>---------------------------------------------------------------
commit c3c72a20113cd7ed7246517a4db5fb24cf0a1212
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 22 00:59:43 2018 -0500
gitlab-ci: Add a devel2 build
>---------------------------------------------------------------
c3c72a20113cd7ed7246517a4db5fb24cf0a1212
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87a5333..2055911 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