PWAI/.gitlab-ci.yml

11 lines
217 B
YAML
Raw Normal View History

2024-04-10 12:10:24 +00:00
image: registry.gitlab.com/islandoftex/images/texlive:latest
build:
script:
- cd src
2024-04-10 17:27:17 +00:00
- latexmk -shell-escape -pdf main.tex
2024-04-10 12:10:24 +00:00
after_script:
2024-04-10 17:25:34 +00:00
- cat src/main.log
2024-04-10 12:10:24 +00:00
artifacts:
paths:
2024-04-10 17:25:34 +00:00
- src/main.pdf