Add GitHub Actions workflow for building Linux packages#92
Merged
Conversation
Closed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
+ Coverage 75.39% 75.44% +0.04%
==========================================
Files 30 30
Lines 2764 2769 +5
Branches 396 396
==========================================
+ Hits 2084 2089 +5
Misses 593 593
Partials 87 87 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to produce Linux DEB/RPM release artifacts via CPack, and adjusts Windows CI artifact behavior.
Changes:
- Add
build-linux-packages.ymlto build and upload.deb/.rpmartifacts on release (or as test artifacts on manual runs). - Update Windows workflow to build examples and upload an unpacked install-tree directory for non-release runs (zip only on releases).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/build-windows.yml | Updates build flags and changes non-release artifact output from a zip to the prepared install tree directory. |
| .github/workflows/build-linux-packages.yml | New workflow to build DEB/RPM packages with CPack and upload them as artifacts or release assets. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was
linked to
issues
Apr 1, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.