latexandmore/.gitlab-ci.yml
2018-02-16 02:44:42 +01:00

15 lines
233 B
YAML

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