fido2luks/.drone.yml
shimunn 243a9d1167
Some checks failed
continuous-integration/drone/push Build is failing
check fmt
2019-09-17 14:33:35 +02:00

15 lines
276 B
YAML

kind: pipeline
name: default
steps:
- name: fmt
image: rust:1.37.0
commands:
- rustup component add rustfmt
- cargo fmt --all -- --check
- name: test
image: rust:1.37.0
commands:
- apt update && apt install -y libcryptsetup-dev
- cargo test