blob: 99c07424a4b84a2695dba8a89f76f447c177ee26 [file]
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rules_jvm_external//:implementation'
- '@rules_jvm_external//private/tools/java/...'
bcr_test_module:
module_path: examples/bzlmod
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...