Skip to content
Snippets Groups Projects
Commit a797012e authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Merge branch 'tex_version'

parents bb69d90c 7976880c
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,10 @@ ...@@ -6,8 +6,10 @@
image: registry.gitlab.com/islandoftex/images/texlive:latest image: registry.gitlab.com/islandoftex/images/texlive:latest
script: script:
- git describe --always --long --dirty --broken > .gitVersion.tmp - git describe --always --long --dirty --broken > .gitVersion.tmp
- latexmk -outdir=../out -cd -interaction=batchmode -pdf $SOURCE - latexmk -outdir=../out -cd -interaction=batchmode -$TEX_TYPE $SOURCE
artifacts: artifacts:
expire_in: 1d expire_in: 1d
paths: paths:
- out/*.pdf - out/*.pdf
variables:
TEX_TYPE: pdf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment