matrix: | |
platform: | |
- macos | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
build_targets: | |
- '@claro-lang//src/java/com/claro:claro_compiler_binary' | |
- '@claro-lang//stdlib/...' | |
bcr_test_module: | |
module_path: examples/bzlmod | |
matrix: | |
platform: | |
- debian10 | |
- ubuntu2004 | |
- macos | |
tasks: | |
run_test_module: | |
name: Run test module | |
platform: ${{ platform }} | |
build_targets: | |
- '//hello_world:hello_world_binary' |