TheCitadelofRicks/.drone.yml

9 lines
108 B
YAML

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