TheCitadelofRicks/.drone.yml

10 lines
110 B
YAML
Raw Normal View History

2019-09-07 19:08:08 +02:00
kind: pipeline
name: default
steps:
- name: test
2019-10-05 17:21:35 +02:00
image: gradle:jdk11
2019-09-07 19:08:08 +02:00
commands:
2019-10-05 17:21:35 +02:00
- gradle test
2019-10-06 12:12:56 +02:00