Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
7b30cb1a
Commit
7b30cb1a
authored
Nov 11, 2020
by
Gradl, Tobias
Browse files
12: Compose some initial documentation
Task-Url:
#12
parent
0b0c98b6
Pipeline
#17833
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b30cb1a
...
...
@@ -16,11 +16,19 @@ cache:
stages
:
-
build
-
deploy
test
:
stage
:
test
script
:
-
./gradlew check
build
:
stage
:
build
script
:
./gradlew assemble
artifacts
:
paths
:
-
build/libs/*.jar
deploy
:
stage
:
deploy
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment