matrix: | |
platform: | |
- rockylinux8 | |
- debian10 | |
- ubuntu2004 | |
- macos | |
- windows | |
bazel: [7.x] | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- '@rapidjson//:rapidjson' | |
bcr_test_module: | |
module_path: '.' | |
matrix: | |
platform: | |
- rockylinux8 | |
- debian10 | |
- ubuntu2004 | |
- macos | |
bazel: [7.x] | |
tasks: | |
test: | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
test_targets: | |
- '//:unittests' |