charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
116 stars 18 forks source link

GitHub Actions for package generation #254

Open charlielee opened 4 years ago

charlielee commented 4 years ago

I've been looking into using Azure Pipelines with this project to generate the macOS, Linux and Windows packages automatically.

There have been several bugs simply caused by not building a package for an OS from that OS and ffmpeg in #203 will bring platform specific binaries into the build process.

Also I'm sure it would be useful to me to learn about Azure things.

https://github.com/marketplace/azure-pipelines

charlielee commented 4 years ago

GitHub Actions would make this pretty straightforward https://eugene-babichenko.github.io/blog/2020/05/09/github-actions-cross-platform-auto-releases/