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

Update .gitlab-ci.yml file

This commit is contained in:
Fifo F. 2024-02-27 15:29:49 +00:00
parent 4654dd55df
commit be2ae1f9ac

9
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,9 @@
build:
image: texlive/texlive:latest
script:
- lualatex The\ Invisible\ Man.tex || true
- lualatex The\ Invisible\ Man.tex || true
artifacts:
paths:
- "The Invisible Man.pdf"