TheCitadelofRicks/.drone.yml

10 lines
110 B
YAML

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