Import sources
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user