10 lines
203 B
YAML
10 lines
203 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: rtiow
|
|
image: registry.z.xinu.tv/drone/rust:2019-06-21-r0
|
|
commands:
|
|
- cd rtiow && cargo build --verbose --all
|
|
- cd rtiow && cargo test --verbose --all
|