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

CI

parent ad29dd39
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ variables:
stages:
- tex
- pdf
build-tex:
# image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
image: "ocaml/opam2:latest"
script:
- opam install ott
......@@ -17,3 +17,9 @@ build-tex:
artifacts:
paths:
- haskell.tex
build-pdf:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
script:
- make haskell.pdf
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