PTZControl icon indicating copy to clipboard operation
PTZControl copied to clipboard

Add GitHub action workflows for CI/CD

Open justinh-rahb opened this issue 2 years ago • 0 comments

This Pull Request introduces two GitHub Actions workflows to establish a CI/CD pipeline for PTZControl, enhancing the project's development process.

  1. Automated Tests on Debug Builds: The first workflow triggers automated tests on debug builds with every push to the repository. This ensures all changes are consistently verified, thereby maintaining the quality and stability of the codebase.

  2. Automated Release Builds: The second workflow activates on tags following the 'v*' pattern. This automates the build and packaging process for PTZControl releases, streamlining version releases.

justinh-rahb avatar Jan 28 '24 05:01 justinh-rahb