2
0
Fork 0
dr-jekyll-and-mr-hyde-latex/.gitlab-ci.yml

14 lines
292 B
YAML

variables:
LATEX_IMAGE: texlive/texlive:latest
INPUT_FILE: DrJekyllMrHyde.tex
build:
image: $LATEX_IMAGE
script:
- latexmk -f -lualatex -cd $INPUT_FILE
#- lualatex DrJekyllMrHyde.tex || true
#- lualatex DrJekyllMrHyde.tex || true
artifacts:
paths:
- "*.pdf"