blob: 0286aa8e903545b6c98b1fb10ac54bbca97cbe9a [file] [log] [blame]
matrix:
platform:
- ubuntu2204
- macos
#- windows # Blocked by https://github.com/bazelbuild/bazel/issues/18683
bazel:
- 7.x
- 8.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--cxxopt=-std=c++17"
- "--host_cxxopt=-std=c++17"
build_targets:
- "@rules_proto_grpc//..."