ghcup/.gitlab-ci.yml

28 lines
647 B
YAML
Raw Normal View History

2019-06-12 14:55:30 +00:00
variables:
GIT_SSL_NO_VERIFY: "1"
2019-05-30 04:31:05 +00:00
2019-06-12 14:55:30 +00:00
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: cefaee3c742af193e0f7783f87edb0d35374515c
############################################################
# CI Step
############################################################
2019-05-30 04:31:05 +00:00
2020-01-09 13:10:59 +00:00
test:linux:
2019-06-12 14:55:30 +00:00
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
2020-01-09 13:10:59 +00:00
before_script:
- sudo apt-get update -y && sudo apt-get install -y libnuma-dev
2019-05-30 04:31:05 +00:00
script:
- ./.github-ci.sh
2019-06-12 14:55:30 +00:00
dependencies: []
tags:
- x86_64-linux
2020-01-09 13:10:59 +00:00
test:mac:
script:
- ./.github-ci.sh
dependencies: []
tags:
- x86_64-darwin