TheCitadelofRicks/.drone.yml

9 lines
105 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gradle:jdk8
commands:
- gradle test