latexandmore/.gitlab-ci.yml

15 lines
247 B
YAML
Raw Normal View History

2018-02-16 02:30:34 +01:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
image: tianon/latex
before_script:
2018-02-16 02:44:42 +01:00
- apt-get update
2018-02-16 03:08:37 +01:00
- apt-get install -y build-essential poppler-utils
2018-02-16 02:30:34 +01:00
build:
script:
2017-11-05 07:32:45 +01:00
- make
2017-11-05 07:06:18 +01:00
artifacts:
2018-02-16 02:30:34 +01:00
paths:
- AuD/document.pdf