blob: 4b56a114f209711aa33fec99f4db30fa2c71ccac [file] [log] [blame]
bcr_test_module:
module_path: "examples/crossbuild"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
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:
- "//..."