15 lines
224 B
YAML
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
|