Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Run graphical examples in CI #29

Open
alice-i-cecile opened this issue Feb 17, 2022 · 0 comments
Open

Run graphical examples in CI #29

alice-i-cecile opened this issue Feb 17, 2022 · 0 comments
Labels
C: ci Continuous integration D: high Quite complex or very technically challenging I: moderate Solidly useful S: ready-for-design This issue needs design work laying out how it should be implemented T: enhancement A new feature

Comments

@alice-i-cecile
Copy link
Contributor

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)

@alice-i-cecile alice-i-cecile added T: enhancement A new feature C: ci Continuous integration I: moderate Solidly useful D: high Quite complex or very technically challenging S: ready-for-design This issue needs design work laying out how it should be implemented labels Feb 17, 2022
@alice-i-cecile alice-i-cecile changed the title Test graphical examples in CI Run graphical examples in CI Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C: ci Continuous integration D: high Quite complex or very technically challenging I: moderate Solidly useful S: ready-for-design This issue needs design work laying out how it should be implemented T: enhancement A new feature
Projects
None yet
Development

No branches or pull requests

1 participant