aboutsummaryrefslogtreecommitdiff
path: root/.bcr/presubmit.yml
blob: f7bceee48daa4f7e7e8b4feb7c4a66604d97fb33 (plain)
1
2
3
4
5
6
7
8
9
10
matrix:
  platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
  bazel: ['7.x', '6.x']
tasks:
  verify_build_targets:
    name: "Verify build targets"
    bazel: ${{ bazel }}
    platform: ${{ platform }}
    build_targets:
      - "@rules_proto//proto/..."