matrix: | |
platform: | |
- centos7 | |
- debian10 | |
- ubuntu2004 | |
- macos | |
bazel: [8.x, 7.x] | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- '@ofiuco//python/...' | |
- '@ofiuco//lib/...' | |
bcr_test_module: | |
module_path: "examples/transitions" | |
matrix: | |
platform: | |
- debian11 | |
- macos | |
- ubuntu2004 | |
bazel: [8.x, 7.x] | |
tasks: | |
run_test_module: | |
name: Run test module | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
test_targets: | |
- //... |