This commit is contained in:
Sheppy 2018-02-16 08:02:27 +01:00
parent 12a57b7345
commit 39a720ba68

View File

@ -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