summaryrefslogtreecommitdiff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
new file mode 100644
index 0000000..0e77e1f
--- /dev/null
+++ b/.buildkite/pipeline.yml
@@ -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:v12"
+ always-pull: true