Skip to content
Snippets Groups Projects
Commit a5bbdd41 authored by Richard Eisenberg's avatar Richard Eisenberg
Browse files

CI

parent ec5c1dce
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: e517150438cd9df9564fb91adc4b42e2667b2bc1
stages:
- tex
- pdf
build-tex:
image: "ocaml/opam2:latest"
script:
......@@ -13,6 +17,7 @@ build-tex:
name: haskell-tex
paths:
- haskell.tex
stage: tex
build-pdf:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
......@@ -24,3 +29,4 @@ build-pdf:
- haskell.pdf
dependencies:
- build-tex
stage: pdf
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