leanshot/.drone.yml
Michael Zhang c123d0ad21
drone
2018-05-29 18:09:07 -07:00

7 lines
106 B
YAML

pipeline:
build:
image: rust:1.25.0
commands:
- cargo check
- cargo build --release