here_be_dragons/.drone.yml
Nolan Darilek c538ef6877
Some checks failed
continuous-integration/drone/push Build is failing
Update Drone config.
2022-03-18 12:33:41 -05:00

21 lines
395 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust
commands:
- cargo fmt --check
- cargo build --all
- cargo build --examples --all
- cargo test --verbose --all
- cargo clippy
- name: release
image: rust
commands:
- cargo build
environment:
CARGO_REGISTRY_TOKEN:
from_secret: cargo_registry_token