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

15 lines
247 B
YAML

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