Add default Rust pipeline for drone
This commit is contained in:
parent
bce286326e
commit
0ff3a4cf2e
|
@ -0,0 +1,10 @@
|
||||||
|
# https://readme.drone.io/pipeline/docker/examples/languages/rust/
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: rust:1.30
|
||||||
|
commands:
|
||||||
|
- cargo build --verbose --all
|
||||||
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue