Add testrunner to gitlab ci file
This commit is contained in:
parent
1a947a430f
commit
0b7b103e03
1 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,16 @@ build:
|
||||||
- build
|
- build
|
||||||
- .gradle
|
- .gradle
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
script: gradle --build-cache test
|
||||||
|
cache:
|
||||||
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
|
policy: push
|
||||||
|
paths:
|
||||||
|
- build
|
||||||
|
- .gradle
|
||||||
|
|
||||||
artifact:
|
artifact:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: gradle publish
|
script: gradle publish
|
||||||
|
|
Loading…
Reference in a new issue