Use full path for sscache

This commit is contained in:
Bill Thiede 2019-06-22 08:32:38 -07:00
parent 1f8adbc5a9
commit d32a8bea61

View File

@ -5,8 +5,8 @@ steps:
- 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:
- sscache -s - /usr/local/cargo/bin/sscache -s
- find $PWD - 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)
- sscache -s - /usr/local/cargo/bin/sscache -s