This commit is contained in:
parent
64ee41aee8
commit
d5d3640991
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: adoptopenjdk/openjdk8:alpine
|
||||||
|
commands:
|
||||||
|
- ./gradlew assemble
|
||||||
|
- ./gradlew check
|
Loading…
Reference in New Issue
Block a user