This commit is contained in:
parent
1dde65920f
commit
7b31015c3b
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: java:openjdk-8
|
||||||
|
volumes:
|
||||||
|
- name: gradle
|
||||||
|
path: /root/.gradle
|
||||||
|
commands:
|
||||||
|
- ./gradlew check
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: gradle
|
||||||
|
host:
|
||||||
|
path: /home/drone/.gradle
|
Loading…
Reference in New Issue
Block a user