Dokumentation in GitLab CI kompilieren
This commit is contained in:
parent
88a9453b00
commit
e709349e74
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
image: java:8
|
||||
|
||||
java:
|
||||
image: java:8
|
||||
script: javac Projektgruppe_*/src/tests/student/*
|
||||
|
||||
doc:
|
||||
image: blang/latex:ubuntu
|
||||
script: pdflatex doc/Dokumentation.tex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue