From 769a3e99be8a321e8e144aacc4b297a2f700c1c6 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 22 Jun 2019 08:48:54 -0700 Subject: [PATCH] Add aobench target. --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4fd8451..de39806 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,3 +16,11 @@ steps: - (cd rtiow && cargo build --verbose --all) - (cd rtiow && cargo test --verbose --all) - sccache -s + +- name: aobench + image: registry.z.xinu.tv/drone/rust:2019-06-22-r2 + commands: + - sccache -s + - (cd aobench && cargo build --verbose --all) + - (cd aobench && cargo test --verbose --all) + - sccache -s