Use new rust build image.
Some checks failed
continuous-integration/drone/push Build is failing

This image should use sccache to store blobs in minio.
This commit is contained in:
Bill Thiede 2019-06-22 08:30:08 -07:00
parent 6f3e29a648
commit 1f8adbc5a9

View File

@ -3,8 +3,10 @@ name: default
steps:
- name: rtiow
image: registry.z.xinu.tv/drone/rust:2019-06-21-r0
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2
commands:
- sscache -s
- find $PWD
- (cd rtiow && cargo build --verbose --all)
- (cd rtiow && cargo test --verbose --all)
- sscache -s