add empty dependencies to droneci

master
Rasmus Rosengren 3 years ago
parent b88e5e4206
commit f8d89e06de
Signed by: rsrp
GPG Key ID: A13BC7BC4F81CF5F
  1. 8
      .drone.yml

@ -7,26 +7,28 @@ steps:
image: rust image: rust
commands: commands:
- cargo check - cargo check
depends_on: []
- name: cargo test - name: cargo test
image: rust image: rust
commands: commands:
- cargo test - cargo test
depends_on: []
- name: cargo format - name: cargo format
image: rust image: rust
commands: commands:
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --all -- --check - cargo fmt --all -- --check
depends_on: []
- name: cargo clippy - name: cargo clippy
image: rust image: rust
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
depends_on: []
--- ---
kind: signature kind: signature
hmac: 3af9f2acdbf7653904324aaffe4dc6cbef09e5478b15247c700fdd04b9711d0f hmac: b2c8a44c97d5ab83c0ae456026b049475462a11e36a4158a16aa26c3de07674e
...

Loading…
Cancel
Save