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

CI

parent a89dc6b0
No related branches found
No related tags found
No related merge requests found
......@@ -4,20 +4,22 @@ variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: e517150438cd9df9564fb91adc4b42e2667b2bc1
# stages:
# - tex
# - pdf
stages:
- tex
# - pdf
build-tex:
image: "ocaml/opam2:latest"
script:
- opam install ott
- make haskell.tex
artifacts:
name: haskell-tex
paths:
- haskell.tex
# stage: tex
stage: tex
# build-pdf:
# image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
......
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