mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 03:49:31 +01:00
16 lines
271 B
YAML
16 lines
271 B
YAML
variables:
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
image: tianon/latex
|
|
|
|
before_script:
|
|
- apt-get update
|
|
- apt-get install -y build-essential poppler-utils
|
|
|
|
AuD:
|
|
script:
|
|
- make -C $CI_JOB_NAME
|
|
artifacts:
|
|
paths:
|
|
- $CI_JOB_NAME/document.pdf
|