mailApp/.drone.yml
2021-11-05 14:17:36 +10:00

16 lines
243 B
YAML

kind: pipeline
type: docker
name: mailApp
trigger:
branch:
- master
event:
- push
steps:
- name: testBuild
image: rust:1.56
commands:
- cargo build --verbose --all
- cargo test --verbose --all