matrix: | |
platform: ["debian10", "macos", "ubuntu2004"] | |
bazel: ["7.x", "8.x"] | |
tasks: | |
verify_targets: | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_flags: | |
- '--cxxopt=-std=c++14' | |
- '--host_cxxopt=-std=c++14' | |
build_targets: | |
- '@opentelemetry-proto//...' |