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