PTZControl
PTZControl copied to clipboard
Add GitHub action workflows for CI/CD
This Pull Request introduces two GitHub Actions workflows to establish a CI/CD pipeline for PTZControl, enhancing the project's development process.
-
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.
-
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.