blob: d85a2ed06e6252ba6a403a43177c24b039a3c64f [file] [log] [blame]
matrix:
bazel: [7.x, 8.x]
platform: ["debian10", "macos", "rockylinux8", "ubuntu2004"]
tasks:
verify_targets:
name: Verify build targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- '@rules_shtk//:all'
bcr_test_module:
module_path: examples/bzlmod/binary
matrix:
bazel: [7.x, 8.x]
platform: ["debian10", "macos", "rockylinux8", "ubuntu2004"]
tasks:
run_test_module:
name: Run test module
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- //...