File tree 1 file changed +0
-68
lines changed
1 file changed +0
-68
lines changed Original file line number Diff line number Diff line change @@ -47,71 +47,3 @@ function run() {
47
47
info " Running $* ..."
48
48
" $@ " || ( error " $* failed" ; return 1; )
49
49
}
50
- .gitlab-ci.yml
51
- +
52
- 61
53
- -
54
- 0
55
-
56
- Viewed
57
- variables:
58
- # Commit of ghc/ci-images repository from which to pull Docker images
59
- DOCKER_REV: " 853f348f9caf38b08740b280296fbd34e09abb3a"
60
-
61
- GHC_VERSION: 8.10.7
62
- CABAL_INSTALL_VERSION: 3.2.0.0
63
-
64
- workflow:
65
- rules:
66
- - if: $CI_COMMIT_TAG
67
- when: always
68
- - if: ' $CI_PIPELINE_SOURCE == "web"'
69
- when: always
70
- - when: never
71
-
72
- .build:
73
- script:
74
- - bash .gitlab/ci.sh
75
- artifacts:
76
- expire_in: 2 week
77
- paths:
78
- - out
79
-
80
- build-aarch64-linux-deb10:
81
- extends: .build
82
- tags:
83
- - aarch64-linux
84
- image: " registry.gitlab.haskell.org/ghc/ci-images/aarch64-linux-deb10:$DOCKER_REV "
85
-
86
- build-armv7-linux-deb10:
87
- extends: .build
88
- tags:
89
- - armv7-linux
90
- image: " registry.gitlab.haskell.org/ghc/ci-images/armv7-linux-deb10:$DOCKER_REV "
91
-
92
- build-x86_64-linux:
93
- extends: .build
94
- tags:
95
- - x86_64-linux
96
- image: " registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV "
97
-
98
- build-x86_64-linux-alpine:
99
- extends: .build
100
- tags:
101
- - x86_64-linux
102
- image: " registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine3_12:$DOCKER_REV "
103
-
104
- build-x86_64-freebsd:
105
- extends: .build
106
- tags:
107
- - x86_64-freebsd
108
-
109
- build-x86_64-darwin:
110
- extends: .build
111
- tags:
112
- - x86_64-darwin
113
-
114
- build-x86_64-windows:
115
- extends: .build
116
- tags:
117
- - new-x86_64-windows
You can’t perform that action at this time.
0 commit comments