summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-26 18:49:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-30 14:42:25 +0200
commit05f25172d83b0d642b0030d4a52885aab640f276 (patch)
treed60c3cb3c9fd3dfecb14db7d16bbc8ab41a2cf05
parentb76467b594f106296264eb6cd6689211f733e48c (diff)
Add clippy job to debian build
-rw-r--r--.builds/debian.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 9132c0cd..96ce2747 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -20,3 +20,7 @@ tasks:
- test: |
cd imag
PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features
+ - clippy: |
+ cd imag
+ PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy
+ PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features -- -D warnings