Skip to content

Commit

Permalink
Add custom pipeline yaml for wider clippy coverage
Browse files Browse the repository at this point in the history
Fixes #25.

Signed-off-by: Keiichi Watanabe <[email protected]>
  • Loading branch information
keiichiw committed Mar 3, 2021
1 parent 62fd4ec commit b8b4527
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
steps:
- label: "clippy-x86-custom"
commands:
- cargo clippy --all-features --all-targets --workspace -- -D warnings
retry:
automatic: false
agents:
platform: x86_64.metal
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v11"
always-pull: true

0 comments on commit b8b4527

Please sign in to comment.