blob: cdacfcda8fc528c2916de8247c59c01c8f1dd30f [file] [log] [blame]
matrix:
bazel: [7.*, 8.*]
platform: [ubuntu2004, macos, macos_arm64]
tasks:
verify_targets:
name: Verify build targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- "@toolchains_llvm//toolchain:all"
- "@toolchains_llvm//platforms:all"
bcr_test_module:
module_path: tests
matrix:
bazel: [7.*, 8.*]
platform: [ubuntu2004, macos, macos_arm64]
tasks:
run_test_module:
name: Run test module
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- //:all
test_targets:
- //:all