eva2/.drone.yml
Fabian Becker 62effb355e
Some checks reported errors
continuous-integration/drone/push Build was killed
Add .drone.yml build file
2021-12-30 10:01:39 +01:00

12 lines
161 B
YAML

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