Add bheisler drone build.
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
769a3e99be
commit
3f3a102e4f
@ -24,3 +24,11 @@ steps:
|
|||||||
- (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
|
- sccache -s
|
||||||
|
|
||||||
|
- name: bheisler
|
||||||
|
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2
|
||||||
|
commands:
|
||||||
|
- sccache -s
|
||||||
|
- (cd bheisler && cargo build --verbose --all)
|
||||||
|
- (cd bheisler && cargo test --verbose --all)
|
||||||
|
- sccache -s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user