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 8e3c1d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE-BSD-Google file.

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 8e3c1d8

Please sign in to comment.