From 47142dd376338bbac997caf315a3446e4193d879 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 9 Aug 2020 11:21:49 +0200 Subject: [PATCH] Test on 32bit --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcb7c51..9294a41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,13 @@ variables: before_script: - ./.gitlab/before_script/linux/install_deps.sh +.test_ghcup_version:linux32: + extends: + - .test_ghcup_version + - .alpine:32bit + before_script: + - ./.gitlab/before_script/linux/alpine/install_deps.sh + .test_ghcup_version:darwin: extends: - .test_ghcup_version @@ -107,6 +114,13 @@ test:linux:latest: CABAL_VERSION: "3.2.0.0" allow_failure: true +######## linux 32bit test ######## + +test:linux:recommended:32bit: + extends: .test_ghcup_version:linux32 + variables: + GHC_VERSION: "8.8.4" + CABAL_VERSION: "3.2.0.0" ######## darwin test ########