projecthorus / horus-gui

Project Horus Telemetry Decoder
GNU General Public License v3.0
33 stars 8 forks source link

Add initial Windows Github Actions binary build #37

Closed tomwardill closed 3 months ago

tomwardill commented 3 months ago

Convert https://github.com/projecthorus/horus-gui/wiki/Github-Actions-Notes into a Github Action that produces a binary artifact at the end of the run.

Upload the artifact with a short retention period due to it's size.

darksidelemm commented 3 months ago

Thanks for this! So it looks like it runs up OK, but I havent tested decoding anything yet.

My only suggestion would be to use python 3.11 instead of 3.7, as pyaudio will install via pip just fine there.