latexandmore/.gitlab-ci.yml

16 lines
271 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 08:02:27 +01:00
AuD:
2018-02-16 02:30:34 +01:00
script:
2018-02-16 08:02:27 +01:00
- make -C $CI_JOB_NAME
2017-11-05 07:06:18 +01:00
artifacts:
2018-02-16 02:30:34 +01:00
paths:
2018-02-16 08:02:27 +01:00
- $CI_JOB_NAME/document.pdf