Use full path for sscache
This commit is contained in:
parent
1f8adbc5a9
commit
d32a8bea61
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user