klausuren-allgemein/.gitlab-ci.disabled.yml

13 lines
383 B
YAML

# This file is a template, and might need editing before it works on your project.
# use docker image with latex preinstalled
# since there is no official latex image, use https://github.com/blang/latex-docker
# possible alternative: https://github.com/natlownes/docker-latex
image: blang/latex
build:
script:
- bash build_all.sh
artifacts:
paths:
- "build/*.pdf"