Add .drone.yml build file
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
a166d122d0
commit
62effb355e
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: gradle:jdk10
|
||||
commands:
|
||||
- gradle assemble
|
||||
- gradle check
|
||||
- gradle test --info
|
Loading…
x
Reference in New Issue
Block a user