Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add GitHub Actions workflow #2550

Open
wants to merge 1 commit into
base: v1.77.3-dev
Choose a base branch
from

Conversation

Risae
Copy link

@Risae Risae commented Jan 6, 2024

Description

The AppVeyor pipeline currently doesn't produce any artifacts after every CI run. This PR adds a GitHub Actions workflow for the v1.77.3-dev branch which also published release artifacts + tags associated to it. Every commit will trigger a GitHub Actions pipeline that creates the following:

  • Debug MSI x86_64
  • Debug Portable x86_64
  • Release MSI x86_64
  • Release Portable x86_64

Having the CI in GitHub also allows users to easily contribute to improve the CI/CD of mRemoteNG.

Motivation and Context

Users should be easily able to test the latest version of mRemoteNG and report any bugs that might occur. With this GitHub Actions workflow this would enable them to download the latest version.

How Has This Been Tested?

Screenshots (if appropriate):

Screenshot 2024-01-11 174859

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Changed feature (non-breaking change which changes functionality)
  • Changed feature (breaking change which changes functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Updated translation

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • All Tests within VisualStudio are passing
  • This pull request does not target the master branch.
  • I have updated the changelog file accordingly, if necessary.
  • I have updated the documentation accordingly, if necessary.

@Risae Risae force-pushed the v1.77.3-dev branch 2 times, most recently from b3fa9c3 to 73890ca Compare January 6, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant