debian-mirror-gitlab/lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml

12 lines
289 B
YAML
Raw Normal View History

2016-09-13 17:45:13 +05:30
# 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:
- latexmk -pdf
artifacts:
paths:
- "*.pdf"