beeware/briefcase

Add console app builds/testing to CI

rmartin16 opened this issue · 1 comments

What is the problem or limitation you are having?

We aren't building and testing Console apps in CI like we do Toga, PySide, and Pygame. Should we be?

Describe the solution you'd like

Console apps are exercised in CI like other formats/toolkits.

Describe alternatives you've considered

status quo

Additional context

No response

Should we? Absolutely. The test doesn't need to be fancy - we don't need to test any text-mode GUI frameworks, for example - but given we have a different stub binary, and other non-trivial execution paths, we should definitely be testing console startup.