| matrix: | |
| platform: | |
| - rockylinux8 | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: ${{ platform }} | |
| build_targets: | |
| - '@rules_bison//tests:genrule_test' | |
| - '@rules_bison//tests:hello_c_bin' | |
| - '@rules_bison//tests:hello_cc_bin' | |
| - '@rules_bison//tests:HelloJavaMain.jar' |