7 lines
110 B
YAML
7 lines
110 B
YAML
build-job:
|
|
image: texlive/texlive:latest
|
|
stage: build
|
|
script:
|
|
- make
|
|
|