Import sources

This commit is contained in:
Thomas Peetz
2019-04-05 09:20:55 +02:00
parent ec38c91103
commit d207184c2e
9 changed files with 297 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Create Application:
stage: build
script:
- chmod +x gradlew
- ./gradlew --no-daemon build
Create Documentation:
stage: build
script:
- chmod +x gradlew
- ./gradlew --no-daemon asciidoctor
artifacts:
paths:
- build/asciidoc/pdf/versabundus.pdf