|
|
@ -4,6 +4,14 @@ name: default |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: test |
|
|
|
- name: test |
|
|
|
image: rustlang/rust:nightly |
|
|
|
image: rustlang/rust:nightly |
|
|
|
|
|
|
|
volumes: |
|
|
|
|
|
|
|
- name: cargo-registry |
|
|
|
|
|
|
|
path: /usr/local/cargo/registry |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- cargo build --verbose --all |
|
|
|
- cargo build --verbose --all |
|
|
|
- cargo test --verbose --all |
|
|
|
- cargo test --verbose --all |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
volumes: |
|
|
|
|
|
|
|
- name: cache |
|
|
|
|
|
|
|
host: |
|
|
|
|
|
|
|
path: /var/lib/drone/sprinklers_rs/cargo-registry |