mirror of
https://git.fifo-f.eu/tex-projects/books/dr-jekyll-and-mr-hyde-latex.git
synced 2025-04-19 08:28:07 +02:00
14 lines
292 B
YAML
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"
|