mailApp/.drone.yml

16 lines
228 B
YAML
Raw Normal View History

2021-10-22 13:09:08 +10:00
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