mirror of
https://github.com/bazelbuild/platforms
synced 2024-11-25 08:31:23 +00:00
pull up tests
This commit is contained in:
parent
5708c0d48b
commit
fda158ac99
|
@ -8,6 +8,7 @@ lts: <s
|
||||||
rolling: &rolling
|
rolling: &rolling
|
||||||
bazel: rolling
|
bazel: rolling
|
||||||
|
|
||||||
|
|
||||||
targets: &targets
|
targets: &targets
|
||||||
build_targets:
|
build_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
|
@ -18,28 +19,28 @@ tasks:
|
||||||
name: ubuntu_lts
|
name: ubuntu_lts
|
||||||
platform: ubuntu2004
|
platform: ubuntu2004
|
||||||
<<: *lts
|
<<: *lts
|
||||||
<<: *build_targets
|
<<: *targets
|
||||||
ubuntu_rolling:
|
ubuntu_rolling:
|
||||||
name: ubuntu_rolling
|
name: ubuntu_rolling
|
||||||
platform: ubuntu2004
|
platform: ubuntu2004
|
||||||
<<: *rolling
|
<<: *rolling
|
||||||
<<: *build_targets
|
<<: *targets
|
||||||
macos_lts:
|
macos_lts:
|
||||||
name: macos_lts
|
name: macos_lts
|
||||||
platform: macos
|
platform: macos
|
||||||
<<: *lts
|
<<: *lts
|
||||||
<<: *build_targets
|
<<: *targets
|
||||||
windows_lts:
|
windows_lts:
|
||||||
name: windows_lts
|
name: windows_lts
|
||||||
platform: windows
|
platform: windows
|
||||||
<<: *lts
|
<<: *lts
|
||||||
<<: *build_targets
|
<<: *targets
|
||||||
check_bzlmod:
|
check_bzlmod:
|
||||||
name: check_bzlmod
|
name: check_bzlmod
|
||||||
# No need to check bzlmod on every platform. This repository only holds
|
# No need to check bzlmod on every platform. This repository only holds
|
||||||
# constants and has no per-platform behavior.
|
# constants and has no per-platform behavior.
|
||||||
platform: ubuntu2004
|
platform: ubuntu2004
|
||||||
<<: *rolling
|
<<: *rolling
|
||||||
<<: *build_targets
|
<<: *targets
|
||||||
build_flags:
|
build_flags:
|
||||||
- "--enable_bzlmod"
|
- "--enable_bzlmod"
|
||||||
|
|
Loading…
Reference in a new issue