mherrmann / fbs

Create Python GUIs with Qt in minutes
https://build-system.fman.io
GNU General Public License v3.0
3.81k stars 195 forks source link

Build fbs apps with GitHub Actions #206

Open trappitsch opened 4 years ago

trappitsch commented 4 years ago

Not an issue with fbs. Sat down and put together some workflows and a detailed readme on how to automatically create GitHub releases with your fbs program using github actions. Included are workflows for Ubuntu, macOS, Windows, and multi-OS package and releasing. Details can be found here. The program used here is simply the extended version from the fbs tutorial.

Anyway, I figured somebody might find this useful. Feel free to use, share, comment, ...

mherrmann commented 4 years ago

This is extremely cool. Thank you for sharing!

trappitsch commented 4 years ago

Thanks @mherrmann The workflows are still fairly basic, I hope to extend it over time as I implement them into projects. Also, I hope that sharing will result in issues and thus improvements. Hope it's useful!

mherrmann commented 4 years ago

I'm pretty sure some people will find it useful! So thanks :)