mailApp/.drone.yml

16 lines
243 B
YAML
Raw Normal View History

2021-11-05 14:17:36 +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
2021-10-22 13:09:08 +10:00
- cargo test --verbose --all