Leafwing-Studios / template-repo

A quick, CI-enabled Bevy template repository.
Apache License 2.0
43 stars 9 forks source link

Run graphical examples in CI #29

Open alice-i-cecile opened 2 years ago

alice-i-cecile commented 2 years ago

This is very challenging to do: see bevy CI for a non-transferrable example.

In particular, it appears that we need to add additional dependencies, fuss with the enabled features, and investigate the bevy_ci_testing feature to be used, but only in this workflow.

When attempting this, I was repeatedly getting stuck on:

= note: ld.lld: error: unable to find library -lvulkan clang: error: linker command failed with exit code 1 (use -v to see invocation)