TheCitadelofRicks/.drone.yml

15 lines
187 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
- name: test-jdk8
image: gradle:jdk8
commands:
- gradle test