kind: pipeline name: default steps: - name: rtiow image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 commands: - /usr/local/cargo/bin/sscache -s - find $PWD - (cd rtiow && cargo build --verbose --all) - (cd rtiow && cargo test --verbose --all) - /usr/local/cargo/bin/sscache -s