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

CI

parent 3c47b038
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,10 @@ build-tex: ...@@ -20,7 +20,10 @@ build-tex:
- ott.tex - ott.tex
build-pdf: build-pdf:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV" image: "aergus/latex:latest"
script: script:
- make haskell.pdf - make haskell.pdf
stage: pdf stage: pdf
artifacts:
paths:
- haskell.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