We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e5da5 + a637ca2 commit cee5824Copy full SHA for cee5824
.gitlab-ci.yml
@@ -45,6 +45,17 @@ build-x86_64-linux-alpine:
45
- x86_64-linux
46
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine3_12:$DOCKER_REV"
47
48
+build-i386-linux-alpine:
49
+ extends: .build
50
+ tags:
51
+ - x86_64-linux
52
+ image: "i386/alpine:3.12"
53
+ before_script:
54
+ # for GHC
55
+ - apk add --no-cache bash curl gcc g++ binutils binutils-gold bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl
56
+ # for cabal build
57
+ - apk add --no-cache zlib zlib-dev zlib-static
58
+
59
build-x86_64-freebsd:
60
extends: .build
61
tags:
0 commit comments