othyn / macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura and Sonoma.
MIT License
208 stars 24 forks source link

As a developer, I would like automated CI/CD of the app builds #39

Closed othyn closed 2 years ago

othyn commented 2 years ago

Simple really, as I would any project, I want automated integration and production builds of the application to take place upon each commit and tagged semver release. Continuation of #14.

This seems to be a really good and modern blog post on implementing this for mac apps, as there is so much info around for it: https://www.omerlh.info/2022/03/11/how-to-awesome-ci-cd-for-macos-apps/