| matrix: | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| - macos_arm64 | |
| - windows | |
| bazel: | |
| - 8.x | |
| - 7.x | |
| build_flags: | |
| - ['--compilation_mode=fastbuild'] | |
| - ['--compilation_mode=opt'] | |
| - ['--compilation_mode=dbg'] | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - '@soplex//...' |