Update Drone config.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nolan Darilek 2022-03-18 12:33:41 -05:00
parent 72b51909c3
commit c538ef6877

View File

@ -1,4 +1,5 @@
kind: pipeline kind: pipeline
type: docker
name: default name: default
steps: steps:
@ -10,3 +11,10 @@ steps:
- cargo build --examples --all - cargo build --examples --all
- cargo test --verbose --all - cargo test --verbose --all
- cargo clippy - cargo clippy
- name: release
image: rust
commands:
- cargo build
environment:
CARGO_REGISTRY_TOKEN:
from_secret: cargo_registry_token