mirror of
https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git
synced 2025-04-18 16:08:23 +02:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
4654dd55df
commit
be2ae1f9ac
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue