We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb4053 commit 25c8af9Copy full SHA for 25c8af9
.bcr/presubmit.yml
@@ -1,8 +1,10 @@
1
matrix:
2
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
3
+ bazel: ['7.x', '6.x']
4
tasks:
5
verify_build_targets:
6
name: "Verify build targets"
7
+ bazel: ${{ bazel }}
8
platform: ${{ platform }}
9
build_targets:
10
- "@rules_proto//proto/..."
0 commit comments