JavaDoc generieren
This commit is contained in:
parent
f65934f307
commit
bf3a126f35
1 changed files with 10 additions and 0 deletions
|
|
@ -10,3 +10,13 @@ doc:
|
||||||
paths:
|
paths:
|
||||||
- doc/Dokumentation.pdf
|
- doc/Dokumentation.pdf
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
|
javadoc:
|
||||||
|
image: java:8
|
||||||
|
script:
|
||||||
|
- cd Projektgruppe_*/src/
|
||||||
|
- javadoc base game gui
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- Projektgruppe_*/src/*.html
|
||||||
|
expire_in: 1 week
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue