Skip to content
Snippets Groups Projects
Unverified Commit 5b46af13 authored by Emily Pillmore's avatar Emily Pillmore :ocean: Committed by GitHub
Browse files

Merge pull request #7633 from haskell/add-gitlab-support

remove cruft from common.sh
parents ca8cdcb6 26781382
No related branches found
No related tags found
No related merge requests found
......@@ -47,71 +47,3 @@ function run() {
info "Running $*..."
"$@" || ( error "$* failed"; return 1; )
}
.gitlab-ci.yml
+
61
-
0
Viewed
variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: "853f348f9caf38b08740b280296fbd34e09abb3a"
GHC_VERSION: 8.10.7
CABAL_INSTALL_VERSION: 3.2.0.0
workflow:
rules:
- if: $CI_COMMIT_TAG
when: always
- if: '$CI_PIPELINE_SOURCE == "web"'
when: always
- when: never
.build:
script:
- bash .gitlab/ci.sh
artifacts:
expire_in: 2 week
paths:
- out
build-aarch64-linux-deb10:
extends: .build
tags:
- aarch64-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/aarch64-linux-deb10:$DOCKER_REV"
build-armv7-linux-deb10:
extends: .build
tags:
- armv7-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/armv7-linux-deb10:$DOCKER_REV"
build-x86_64-linux:
extends: .build
tags:
- x86_64-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
build-x86_64-linux-alpine:
extends: .build
tags:
- x86_64-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine3_12:$DOCKER_REV"
build-x86_64-freebsd:
extends: .build
tags:
- x86_64-freebsd
build-x86_64-darwin:
extends: .build
tags:
- x86_64-darwin
build-x86_64-windows:
extends: .build
tags:
- new-x86_64-windows
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment