2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/the-book-of-wonder.git synced 2025-04-12 00:18:14 +02:00
the-book-of-wonder/.gitlab-ci.yml
Fifo F ffc807871d use GitLab’s dependency proxy
Signed-off-by: Fifo F <34-fifo@users.noreply.git.fifo-f.eu>
2024-08-04 09:45:50 +02:00

10 lines
No EOL
268 B
YAML

build:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/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"