immaterial-science/.gitlab-ci.yml
2023-01-06 12:43:21 +01:00

15 lines
226 B
YAML

# Full texlive/ctan, but just "moderately" large (~7 GB)
image: texlive/texlive:latest
stages:
- build
compile-papers:
stage: build
script:
- bash build.sh
artifacts:
paths:
- build
tags:
- latex