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