diff --git a/.drone.yml b/.drone.yml index de39806..6a02bd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,3 +24,11 @@ steps: - (cd aobench && cargo build --verbose --all) - (cd aobench && cargo test --verbose --all) - sccache -s + +- name: bheisler + image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + commands: + - sccache -s + - (cd bheisler && cargo build --verbose --all) + - (cd bheisler && cargo test --verbose --all) + - sccache -s