mailApp/.drone.yml
2021-10-22 13:09:08 +10:00

16 lines
228 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