| matrix: | |
| bazel: ["6.x", "7.x"] | |
| platform: | |
| - rockylinux8 | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - '@rules_flex//tests:hello_c' | |
| - '@rules_flex//tests:genrule_flex_cc' |