From 3f3a102e4fa9cf66d0c84c20709148071069c22e Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 23 Jun 2019 09:48:44 -0700 Subject: [PATCH] Add bheisler drone build. --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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