tasks: | |
verify_targets: | |
name: Verify targets | |
platform: macos | |
bazel: 7.x | |
build_targets: | |
- '@rules_apple_linker//:lld' | |
bcr_test_module: | |
module_path: "" | |
tasks: | |
run_test_module: | |
name: "Run test module" | |
platform: macos | |
bazel: 7.x | |
build_targets: | |
- '//test/...' | |
test_targets: | |
- '//test/...' |