diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml new file mode 100644 index 0000000000..0f0bea98da --- /dev/null +++ b/.bazelci/presubmit.yml @@ -0,0 +1,23 @@ +--- +platforms: + ubuntu1404: + build_targets: + - "..." + - "@examples//..." + test_targets: + - "..." + - "@examples//..." + ubuntu1604: + build_targets: + - "..." + - "@examples//..." + test_targets: + - "..." + - "@examples//..." + macos: + build_targets: + - "..." + - "@examples//..." + test_targets: + - "..." + - "@examples//..." diff --git a/README.md b/README.md index 397ee589c3..e91474f9ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build status](https://badge.buildkite.com/76523cc666caab9ca91c2a08d9ac8f84af28cb25a92f387293.svg)](https://buildkite.com/bazel/rustlang-rules-rust-postsubmit) + # Rust Rules