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
|
||||
- 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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user