latexandmore/.gitlab-ci.yml
2018-02-16 08:02:27 +01:00

16 lines
257 B
YAML

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