blob: 0803e2cd27f545aaf7c6ac824365dfbfc3e61251 [file] [log] [blame]
matrix: &matrix
platform:
- rockylinux8
- debian10
- macos
- ubuntu2004
# Some valid invocations of the "cue" tool can't succeed (e.g. use
# of the "path" and "expression" rules attributes) until we resolve
# or find a reliable workaround for the following issue:
#
# https://github.com/bazelbuild/bazel/issues/17487
#
# Until then, withdraw promised support for using this module on
# Windows.
#- windows
bazel:
- 6.x
- 7.x
tasks:
verify_targets:
name: Verify that all tests succeed
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- '@rules_cue//test:all'
bcr_test_module:
module_path: examples/bzlmod
matrix: *matrix
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //root