blob: 109a3d92f819eb11c667588471062aa7b11e70b2 [file]
matrix:
platform: ["debian11", "macos", "windows"]
bazel: ["8.x"]
tasks:
build_targets:
name: "Build"
bazel: ${{ bazel }}
platform: ${{ platform }}
targets:
- "//..."
test_targets:
name: "Test"
bazel: ${{ bazel }}
platform: ${{ platform }}
targets:
- "//..."