Add drone ci
This commit is contained in:
parent
8a6f4775c6
commit
c0f88953af
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: ci
|
||||||
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: d.ctdn.net/alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
- name: test
|
||||||
|
image: d.ctdn.net/cubetiq/openjdk:11u-ubuntu
|
||||||
|
commands:
|
||||||
|
- apt-get update && apt-get install git -y
|
||||||
|
- sh gradlew bootJar
|
Loading…
Reference in New Issue
Block a user