bevyengine / bevy_editor_prototypes

Low-friction experiments for the bevy_editor
https://bevyengine.github.io/bevy_editor_prototypes/
Apache License 2.0
147 stars 28 forks source link

Add basic CI #9

Closed alice-i-cecile closed 1 month ago

alice-i-cecile commented 1 month ago

Clippy, rustfmt, cargo test, mdbook compiles without error etc.

Either steal from the Bevy / Bevy website repo, or roll something simple with cargo-cache

janhohenheim commented 1 month ago

I recommend the one from https://github.com/TheBevyFlock/bevy_quickstart, that one was really carefully steadily optimized :) Especially recommend it because in contrast to Bevy, it is optimized for producing binaries for different platforms, which would probably be nice for an editor. Only thing it's missing in comparison with Bevy website AFAIK is typos and mdbook.

alice-i-cecile commented 1 month ago

Perfect, grab that. We can add typos and mdbook on top of that.