blob: 04b659482d4ee49bd4782babfd41f1aac9e8f33a [file] [log] [blame]
# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
bcr_test_module:
module_path: "e2e/bazel-bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: [6.x, 7.x]
tasks:
build_tests:
name: "Build test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."