More debugging drone.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bill Thiede 2019-06-22 08:35:42 -07:00
parent d2535b2a63
commit d7d14c59a5

View File

@ -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