mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
64a8485a11
# Objective - Fix disabling features in bevy_ecs (broken by #5630) - Add tests in CI for bevy_ecs, bevy_reflect and bevy as those crates could be use standalone
23 lines
604 B
TOML
23 lines
604 B
TOML
status = [
|
|
"build (windows-latest)",
|
|
"build (ubuntu-latest)",
|
|
"build (macos-latest)",
|
|
"build-wasm",
|
|
"build-android",
|
|
"markdownlint",
|
|
"run-examples",
|
|
"run-examples-on-wasm",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
# "check-unused-dependencies",
|
|
"ci",
|
|
"check-compiles",
|
|
"build-and-install-on-iOS",
|
|
"run-examples-on-windows-dx12",
|
|
"build-without-default-features (bevy)",
|
|
"build-without-default-features (bevy_ecs)",
|
|
"build-without-default-features (bevy_reflect)",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|