blob: e714991a852847b6572b7ca7fa9517c3e30fa2e6 [file] [log] [blame]
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'