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: