Skip to content
Snippets Groups Projects
Commit 00798622 authored by Leonard Haddad's avatar Leonard Haddad :rocket:
Browse files

Update .gitlab-ci.yml

parent a40c897a
No related branches found
No related tags found
No related merge requests found
image: java:latest
stages:
- tex
- assemble
- build
- javadoc
......@@ -11,6 +12,15 @@ cache:
- .gradle/wrapper
- .gradle/caches
tex:
image: tianon/latex
stage: tex
script:
- pdflatex doc/Architekturbeschreibung.tex
artifacts:
paths:
- doc/Architekturbeschreibung.pdf
assemble:
stage: assemble
script:
......@@ -36,7 +46,6 @@ javadoc:
artifacts:
paths:
- build/doc/*
expire_in: 1 week
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment