drone: add build config for rtchallenge
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3799f93393
commit
7741766635
@ -10,6 +10,14 @@ steps:
|
|||||||
- env | sort
|
- env | sort
|
||||||
- find $PWD
|
- 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
|
- name: rtiow
|
||||||
image: registry.z.xinu.tv/drone/omnibus
|
image: registry.z.xinu.tv/drone/omnibus
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user