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

GitHub Actions Overhaul #10

Merged
merged 4 commits into from
May 18, 2024
Merged

GitHub Actions Overhaul #10

merged 4 commits into from
May 18, 2024

Conversation

piotrmacha
Copy link
Member

GitHub Actions are fully rebuilt to support development and release process.

We run standard build for every push to main or dev and for every pull_request open to these branches. Build compiles the plugin code for 3 presets:

  • Debug
  • Release
  • Release (Debug Symbols)

All checks must pass on PR and a code review must be concluded to merge to main.

The release process runs on every tag and builds presets:

  • Release
  • Release (Debug Symbols)

After that, a GitHub release is created with the artifacts. The release workflow also takes care of bumping the version and committing back to the repository, so it should minimize manual actions from maintainers.

@piotrmacha piotrmacha merged commit 331f509 into main May 18, 2024
6 checks passed
@piotrmacha piotrmacha deleted the gh_actions branch May 18, 2024 23:43
This pull request was closed.
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.

1 participant