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
|
|
|
|
|
|
|
test:
|
2019-06-12 14:55:30 +00:00
|
|
|
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
|
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
|