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

Merge branch 'patch-1' into 'master'

Patch 1

See merge request reswp-2020/galaxytrucker!46
parents a40c897a 614c7565
No related branches found
No related tags found
No related merge requests found
image: java:latest
stages:
- tex
- assemble
- build
- javadoc
......@@ -11,6 +12,17 @@ cache:
- .gradle/wrapper
- .gradle/caches
tex:
image: tianon/latex
stage: tex
script:
- cd doc
- pdflatex Architekturbeschreibung.tex
- cd ..
artifacts:
paths:
- doc/Architekturbeschreibung.pdf
assemble:
stage: assemble
script:
......@@ -36,7 +48,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