added ci
This commit is contained in:
parent
3bcff01cc0
commit
5ffea72771
1 changed files with 5 additions and 0 deletions
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
build:
|
||||
script: "./gradlew clean build"
|
||||
|
||||
test:
|
||||
script: "./gradlew test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue