mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 11:49:32 +01:00
pipeline
This commit is contained in:
parent
12a57b7345
commit
39a720ba68
@ -6,9 +6,10 @@ image: tianon/latex
|
|||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y build-essential
|
- apt-get install -y build-essential
|
||||||
build:
|
|
||||||
|
AuD:
|
||||||
script:
|
script:
|
||||||
- make
|
- make -C $CI_JOB_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- AuD/document.pdf
|
- $CI_JOB_NAME/document.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user