Some checks failed
continuous-integration/drone/push Build is failing
This image should use sccache to store blobs in minio.
13 lines
251 B
YAML
13 lines
251 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: rtiow
|
|
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
|