blob: d499c80f5fa4873d929229f03f493c6da8ab4c6c [file] [log] [blame] [edit]
---
buildifier: latest
matrix:
platform:
- ubuntu2004
- macos
- windows
tasks:
test_module_bzlmod:
name: "Test module (Bazel 7.3.2, Bzlmod)"
working_directory: "tests/bcr"
bazel: 7.3.2
platform: ${{ platform }}
build_flags:
- "--enable_bzlmod"
- "--noenable_workspace"
build_targets:
- "//..."
test_flags:
- "--enable_bzlmod"
- "--noenable_workspace"
test_targets:
- "//..."
test_module_workspace:
name: "Test module (Bazel 7.3.2, WORKSPACE)"
working_directory: "tests/bcr"
bazel: 7.3.2
platform: ${{ platform }}
build_flags:
- "--noenable_bzlmod"
- "--enable_workspace"
build_targets:
- "//..."
test_flags:
- "--noenable_bzlmod"
- "--enable_workspace"
test_targets:
- "//..."
test_module_workspace_bazel6:
name: "Test module (Bazel 6.5.0, WORKSPACE)"
working_directory: "tests/bcr"
bazel: 6.5.0
platform: ${{ platform }}
build_targets:
- "//..."
test_targets:
- "//..."
test_module_head:
name: "Test module (Bazel@HEAD, Bzlmod)"
working_directory: "tests/bcr"
bazel: last_green
platform: ${{ platform }}
build_flags:
- "--enable_bzlmod"
- "--noenable_workspace"
build_targets:
- "//..."
test_flags:
- "--enable_bzlmod"
- "--noenable_workspace"
test_targets:
- "//..."