2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git synced 2025-04-19 08:28:07 +02:00
The-Invisible-Man-LaTeX/.gitlab-ci.yml

10 lines
No EOL
214 B
YAML

build:
image: texlive/texlive:latest
script:
- lualatex The\ Invisible\ Man.tex || true
- lualatex The\ Invisible\ Man.tex || true
when: manual
artifacts:
paths:
- "The Invisible Man.pdf"