latexandmore/.gitlab-ci.yml

16 lines
271 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
image: tianon/latex
before_script:
- apt-get update
- apt-get install -y build-essential poppler-utils
AuD:
script:
- make -C $CI_JOB_NAME
artifacts:
paths:
- $CI_JOB_NAME/document.pdf