running all the examples #1084
mockersf
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a small script that will run most bevy examples (after some small changes to them) sequentially to check for crashes.
Currently, two examples are crashing:
My script adds a system that will exit after 150 frames to all examples, then run all examples except those for wasm, iOS, android.
The script is here: https://github.com/mockersf/bevy/blob/run-examples/.github/workflows/run_examples.sh
I was vaguely hoping to be able to run in from GitHub actions... but that doesn't work because surprisingly there's no compatible gpu there :(
This can take some time, around 10 minutes for a clean compile on my machine, then 10 minutes to run all examples, and a 22Go target folder
Beta Was this translation helpful? Give feedback.
All reactions