| matrix: | |
| platform: ["rockylinux8", "debian10", "macos", "ubuntu2004", "windows"] | |
| tasks: | |
| build_targets: | |
| name: "Build targets under //jni" | |
| platform: ${{ platform }} | |
| build_targets: | |
| - "@rules_jni//jni/..." | |
| bcr_test_module: | |
| module_path: "tests" | |
| matrix: | |
| platform: ["rockylinux8", "debian10", "macos", "ubuntu2004", "windows"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| test_targets: | |
| - "//..." | |