Skip to content

Add multi-platform CMake workflow#1

Open
lackhole wants to merge 2 commits into
mainfrom
lackhole-patch-1
Open

Add multi-platform CMake workflow#1
lackhole wants to merge 2 commits into
mainfrom
lackhole-patch-1

Conversation

@lackhole

Copy link
Copy Markdown
Owner

This workflow configures CMake to run builds on multiple platforms including Windows and Ubuntu with different compilers.

This workflow configures CMake to run builds on multiple platforms including Windows and Ubuntu with different compilers.
@lackhole lackhole requested a review from Copilot May 25, 2026 09:43
@lackhole lackhole self-assigned this May 25, 2026
@lackhole lackhole added the enhancement New feature or request label May 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a GitHub Actions workflow to build and test the project with CMake across multiple OS/compiler combinations, ensuring CI coverage for Windows (MSVC) and Ubuntu (GCC/Clang).

Changes:

  • Added a new GitHub Actions workflow that runs a CMake configure/build/test job matrix on ubuntu-latest and windows-latest.
  • Configured the matrix to cover GCC, Clang, and MSVC compiler toolchains for Release builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/cmake-multi-platform.yml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants