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:
parent
f4e6af413d
commit
bcd87613d5
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue