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

CI

parent eef05c7e
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,11 @@ build-pdf: ...@@ -20,8 +20,11 @@ build-pdf:
- x86_64-linux - x86_64-linux
image: "aergus/latex:latest" image: "aergus/latex:latest"
script: script:
- touch haskell.tex
- touch ott.tex
- make haskell.pdf - make haskell.pdf
stage: pdf stage: pdf
artifacts: artifacts:
paths: paths:
- haskell.pdf - 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