latexandmore/.gitlab-ci.yml

14 lines
212 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:25:53 +01:00
- apt-get install -y build-essential
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