[commit: ghc] master: gitlab-ci: Add i386 Debian 9 builds (dd561e1)
git at git.haskell.org
git at git.haskell.org
Fri Dec 21 21:57:01 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dd561e151af7de6840d79f4a5f523bfe6a751bed/ghc
>---------------------------------------------------------------
commit dd561e151af7de6840d79f4a5f523bfe6a751bed
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Dec 21 16:51:37 2018 -0500
gitlab-ci: Add i386 Debian 9 builds
>---------------------------------------------------------------
dd561e151af7de6840d79f4a5f523bfe6a751bed
.gitlab-ci.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fbc8409..199148a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -183,6 +183,30 @@ nightly-aarch64-linux-deb9:
variables:
- $NIGHTLY
+validate-i386-linux-deb9:
+ extends: .validate-linux
+ stage: full-build
+ image: ghcci/i386-linux-deb9:0.1
+ allow_failure: true
+ artifacts:
+ when: always
+ expire_in: 2 week
+ cache:
+ key: linux-i386-deb9
+
+nightly-i386-linux-deb9:
+ extends: .validate-linux
+ stage: full-build
+ image: ghcci/i386-linux-deb9:0.1
+ allow_failure: true
+ variables:
+ TEST_TYPE: slowtest
+ artifacts:
+ when: always
+ expire_in: 2 week
+ cache:
+ key: linux-i386-deb9
+
validate-x86_64-linux-deb9:
extends: .validate-linux
stage: build
More information about the ghc-commits
mailing list