eva2/.drone.yml
Fabian Becker 2757678501
Some checks failed
continuous-integration/drone/push Build is failing
Fix .drone.yml
2021-12-30 10:06:00 +01:00

12 lines
157 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: gradle:jdk10
commands:
- gradle assemble
- gradle check
- gradle test --info