Skip to content

Add GitHub Actions workflow for building Linux packages#92

Merged
nbassler merged 4 commits into
mainfrom
91-build-linux-packages
Apr 1, 2026
Merged

Add GitHub Actions workflow for building Linux packages#92
nbassler merged 4 commits into
mainfrom
91-build-linux-packages

Conversation

@nbassler
Copy link
Copy Markdown
Member

@nbassler nbassler commented Apr 1, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 1, 2026 13:13
@nbassler nbassler linked an issue Apr 1, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.44%. Comparing base (d7fa81a) to head (83882cd).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml to build and upload .deb/.rpm artifacts 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.

Comment thread .github/workflows/build-windows.yml
Comment thread .github/workflows/build-linux-packages.yml
Comment thread .github/workflows/build-linux-packages.yml
This was linked to issues Apr 1, 2026
@nbassler nbassler merged commit f1a5a4f into main Apr 1, 2026
24 checks passed
@nbassler nbassler deleted the 91-build-linux-packages branch April 1, 2026 14:00
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.

build linux packages clang-tidy: static analysis findings from first run Test mingw

2 participants