Skip to content
Snippets Groups Projects
.gitlab-ci.yml 465 B
Newer Older
Matthew Pickering's avatar
Matthew Pickering committed
variables:
  GIT_SSL_NO_VERIFY: "1"
Matthew Pickering's avatar
Matthew Pickering committed
  # Commit of ghc/ci-images repository from which to pull Docker images
  DOCKER_REV: cefaee3c742af193e0f7783f87edb0d35374515c

############################################################
# CI Step
############################################################
Matthew Pickering's avatar
Matthew Pickering committed
  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
  script:
    - ./.github-ci.sh
Matthew Pickering's avatar
Matthew Pickering committed
  dependencies: []
  tags:
    - x86_64-linux