This commit is contained in:
parent
d2535b2a63
commit
d7d14c59a5
@ -2,12 +2,16 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: debug
|
||||||
|
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2
|
||||||
|
commands:
|
||||||
|
- env | sort
|
||||||
|
- find $PWD
|
||||||
|
|
||||||
- name: rtiow
|
- name: rtiow
|
||||||
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2
|
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2
|
||||||
commands:
|
commands:
|
||||||
- env
|
|
||||||
- /usr/local/cargo/bin/sscache -s
|
- /usr/local/cargo/bin/sscache -s
|
||||||
- find $PWD
|
|
||||||
- (cd rtiow && cargo build --verbose --all)
|
- (cd rtiow && cargo build --verbose --all)
|
||||||
- (cd rtiow && cargo test --verbose --all)
|
- (cd rtiow && cargo test --verbose --all)
|
||||||
- /usr/local/cargo/bin/sscache -s
|
- /usr/local/cargo/bin/sscache -s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user