-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Github Actions for Ubuntu and Fedora release packaging
* Build release packages for both Ubuntu-20.04 and Ubuntu-22.04. Both are LTS releases and release packages for both will be needed by other projects. * Set CPACK_DEBIAN_PACKAGE_RELEASE during CMake packaging in the Github Actions workflow to append the intended Ubuntu release to the package version * Enable CPACK_RPM_PACKAGE_RELEASE_DIST for RPM packaging in CMakeLists.txt such that %{?dist} is appended to the Release tag in the spec file to indicate the build environment distribution * Let artifact upload fail (instead of warn) if no packages are found
- Loading branch information
Showing
3 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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