Skip to content
Snippets Groups Projects
Commit f7b70c72 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

gitlab-ci: initial commit

parent c949225e
No related branches found
No related tags found
No related merge requests found
variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: "853f348f9caf38b08740b280296fbd34e09abb3a"
build:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora33:$DOCKER_REV"
tags:
- "x86_64-linux"
script:
- "cabal build -w $GHC lib:hpc"
- "cabal test -w $GHC"
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