redis-test/.drone.yml
zeekling b9a4ec0855
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
support drone
2022-05-03 19:02:06 +08:00

25 lines
308 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: maven
volumes:
- name: cache
path: /root/.m2
commands:
- mvn clean install -DskipTests
trigger:
branch:
- master
event:
- pull_request
- push
volumes:
- name: cache
host:
path: /root/.m2