blob: 4a73d40b994598b28b1285d3bb0f40500ae01e09 [file]
matrix:
platform:
- debian11
- macos
- macos_arm64
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- "@xtl//:xtl"
bcr_test_module:
module_path: test
matrix:
platform:
- debian11
- macos
- macos_arm64
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x, rolling]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- //...
test_targets:
- //...