| matrix: | |
| platform: | |
| - ubuntu2004 | |
| - ubuntu2004_arm64 | |
| - ubuntu2404 | |
| - macos | |
| - macos_arm64 | |
| - windows | |
| - windows_arm64 | |
| bazel: | |
| - 7.x | |
| - 8.x | |
| tasks: | |
| verify_targets: | |
| name: Build and test | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "@openssl//..." | |
| test_targets: | |
| - "@openssl//test_bazel_build/..." |