diff --git a/.drone.yml b/.drone.yml index 2f7ac7f..f8affc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,16 @@ kind: pipeline name: default steps: +- name: debug + image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + commands: + - env | sort + - find $PWD + - name: rtiow image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 commands: - - env - /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