Skip to content

Add CMake build steps to release workflow - #11

Merged
KunoVonHagen merged 1 commit into
mainfrom
fix/stale-build-on-release
Aug 17, 2026
Merged

Add CMake build steps to release workflow#11
KunoVonHagen merged 1 commit into
mainfrom
fix/stale-build-on-release

Conversation

@KunoVonHagen

Copy link
Copy Markdown
Collaborator

This pull request updates the release workflow to add CMake build steps before packaging the release tarball. The main change is the integration of CMake configuration and build commands into the workflow.

Build process improvements:

  • Added a step to configure the CMake project using cmake -S . -B build -DCMAKE_BUILD_TYPE=Release to ensure the project is set up for a release build.
  • Added a step to build the CMake project with cmake --build build --config Release, compiling the source code as part of the workflow.

This was previously missed in #10 but was not caught since a stale build directory still lead to a successful test.

@KunoVonHagen KunoVonHagen self-assigned this Aug 17, 2026
@KunoVonHagen KunoVonHagen added the bug Something isn't working label Aug 17, 2026
@KunoVonHagen
KunoVonHagen merged commit 67ccb4b into main Aug 17, 2026
2 checks passed
@stefanDeveloper
stefanDeveloper deleted the fix/stale-build-on-release branch August 18, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant