From 7741766635f43b52cb8f46a2d659c25364f9625c Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 18 Jul 2021 21:17:39 -0700 Subject: [PATCH] drone: add build config for rtchallenge --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index bb58189..cc06eb3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,14 @@ steps: - env | sort - find $PWD +- name: rtchallenge + image: registry.z.xinu.tv/drone/omnibus + commands: + - (cd rtchallenge && cargo build --examples) + - (cd rtchallenge && cargo test) + - (cd rtchallenge && cargo build --examples --no-default-features) + - (cd rtchallenge && cargo test --no-default-features) + - name: rtiow image: registry.z.xinu.tv/drone/omnibus commands: