drone: add build config for rtchallenge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bill Thiede 2021-07-18 21:17:39 -07:00
parent 3799f93393
commit 7741766635

View File

@ -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: