mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 14:10:19 +00:00
2e99d84cdc
Now that we have main features, lets use them!
18 lines
529 B
TOML
18 lines
529 B
TOML
status = [
|
|
"build (stable, windows-latest)",
|
|
"build (stable, ubuntu-latest)",
|
|
"build (stable, macos-latest)",
|
|
"build (nightly, ubuntu-latest)",
|
|
# TODO: re-enable after wasm works on pipelined-rendering
|
|
# "build-wasm (stable, ubuntu-latest)",
|
|
# "build-wasm (nightly, ubuntu-latest)",
|
|
"markdownlint",
|
|
"check-markdown-links",
|
|
"run-examples",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
"check-unused-dependencies",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|