This commit is contained in:
parent
bf8b533b15
commit
3e5a71440e
@ -13,24 +13,18 @@ steps:
|
|||||||
- name: rtiow
|
- name: rtiow
|
||||||
image: registry.z.xinu.tv/drone/omnibus
|
image: registry.z.xinu.tv/drone/omnibus
|
||||||
commands:
|
commands:
|
||||||
- sccache -s
|
|
||||||
- apt-get update && apt-get install -y libgoogle-perftools-dev
|
- apt-get update && apt-get install -y libgoogle-perftools-dev
|
||||||
- (cd rtiow && ./build_all_features.sh)
|
- (cd rtiow && ./build_all_features.sh)
|
||||||
- (cd rtiow && cargo test --verbose --all)
|
- (cd rtiow && cargo test --verbose --all)
|
||||||
- sccache -s
|
|
||||||
|
|
||||||
- name: aobench
|
- name: aobench
|
||||||
image: registry.z.xinu.tv/drone/omnibus
|
image: registry.z.xinu.tv/drone/omnibus
|
||||||
commands:
|
commands:
|
||||||
- sccache -s
|
|
||||||
- (cd aobench && cargo build --verbose --all)
|
- (cd aobench && cargo build --verbose --all)
|
||||||
- (cd aobench && cargo test --verbose --all)
|
- (cd aobench && cargo test --verbose --all)
|
||||||
- sccache -s
|
|
||||||
|
|
||||||
- name: bheisler
|
- name: bheisler
|
||||||
image: registry.z.xinu.tv/drone/omnibus
|
image: registry.z.xinu.tv/drone/omnibus
|
||||||
commands:
|
commands:
|
||||||
- sccache -s
|
|
||||||
- (cd bheisler && cargo build --verbose --all)
|
- (cd bheisler && cargo build --verbose --all)
|
||||||
- (cd bheisler && cargo test --verbose --all)
|
- (cd bheisler && cargo test --verbose --all)
|
||||||
- sccache -s
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user