diff --git a/.drone.yml b/.drone.yml index 6a02bd2..6bbcf93 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,13 @@ name: default steps: - name: debug - image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + image: registry.z.xinu.tv/drone/omnibus commands: - env | sort - find $PWD - name: rtiow - image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + image: registry.z.xinu.tv/drone/omnibus commands: - sccache -s - apt-get update && apt-get install -y libgoogle-perftools-dev @@ -18,7 +18,7 @@ steps: - sccache -s - name: aobench - image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + image: registry.z.xinu.tv/drone/omnibus commands: - sccache -s - (cd aobench && cargo build --verbose --all) @@ -26,7 +26,7 @@ steps: - sccache -s - name: bheisler - image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + image: registry.z.xinu.tv/drone/omnibus commands: - sccache -s - (cd bheisler && cargo build --verbose --all)