blob: 9d0c5ea7e5917605a0b8399a14d521b634693031 [file] [log] [blame]
matrix:
platform: ["macos", "ubuntu2004"]
bazel: ["7.x"]
tasks:
verify_targets:
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@xds//xds/type/v3:pkg'
build_flags:
- '--host_cxxopt=-Wno-error'
- '--cxxopt=-Wno-error'
- '--cxxopt=-Wno-deprecated-declarations'
bcr_test_module:
module_path: "."
matrix:
platform:
- macos
- ubuntu2004
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...
build_flags:
- '--host_cxxopt=-Wno-error'
- '--cxxopt=-Wno-error'
- '--cxxopt=-Wno-deprecated-declarations'