blob: 405bdda352805e250a267308046992de6f4faa52 [file] [log] [blame]
bcr_test_module:
module_path: "examples/crossbuild"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [7.x, 8.x, rolling, last_green]
tasks:
run_tests:
name: "Build and test the example module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."
test_targets:
- "//..."