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

15 lines
224 B
YAML

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