update drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
shimun 2020-06-21 22:16:45 +02:00
parent 5f107cd337
commit a53a430c23
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -3,20 +3,20 @@ name: default
steps:
- name: fmt
image: rust:1.37.0
image: rust:1.43.0
commands:
- rustup component add rustfmt
- cargo fmt --all -- --check
- name: test
image: rust:1.37.0
image: rust:1.43.0
commands:
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev libclang-dev clang pkg-config
- cargo test
- name: build
image: rust:1.37.0
image: rust:1.43.0
commands:
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev libclang-dev clang pkg-config
- cargo install -f --path . --root .
when:
event: tag