latexandmore/.gitlab-ci.yml

10 lines
162 B
YAML
Raw Normal View History

2017-11-05 07:06:18 +01:00
compile_pdf:
2018-02-16 02:25:53 +01:00
image: tianon/latex
before_script:
- apt-get install -y build-essential
2018-02-16 02:27:15 +01:00
build:
2017-11-05 07:32:45 +01:00
- make
2017-11-05 07:06:18 +01:00
artifacts:
paths:
- AuD/document.pdf