kafka-test/.drone.yml

25 lines
306 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: gradle:jdk10
volumes:
- name: cache
path: /root/.m2
commands:
- gradle build -x test
trigger:
branch:
- master
event:
- pull_request
- push
volumes:
- name: cache
host:
path: /root/.m2