2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/the-book-of-wonder.git synced 2025-04-19 11:38:05 +02:00

Set up GitLab CI/CD

This commit is contained in:
Fifo F. 2024-07-27 12:18:33 +00:00
parent f4e6af413d
commit bcd87613d5

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
build:
image: texlive/texlive:latest
script:
- lualatex The\ Book\ of\ Wonder.tex || true
- lualatex The\ Book\ of\ Wonder.tex || true
when: manual
artifacts:
paths:
- "The Book of Wonder.pdf"