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

CI

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