Add bheisler drone build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bill Thiede 2019-06-23 09:48:44 -07:00
parent 769a3e99be
commit 3f3a102e4f

View File

@ -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