Add GitHub Actions CI workflows for Windows and macOS#88
Closed
andibacher wants to merge 12 commits intomasterfrom
Closed
Add GitHub Actions CI workflows for Windows and macOS#88andibacher wants to merge 12 commits intomasterfrom
andibacher wants to merge 12 commits intomasterfrom
Conversation
- Add cmake-windows.yml with matrix builds for Qt 6.2.4, 6.5.3, 6.6.3, 6.7.3, 6.8.3, 6.9.1 - Two jobs: MSVC (Ninja) and MinGW (MinGW Makefiles) - Run ctest after build - Add workflow file to CMakeLists.txt githubworkflows target Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: andibacher <11404651+andibacher@users.noreply.github.com>
- Add cmake-windows.yml with matrix builds for Qt 6.2.4, 6.5.3, 6.6.3, 6.7.3, 6.8.3, 6.9.1 - Two jobs: MSVC (Ninja) and MinGW (MinGW Makefiles) - Install MinGW compiler via Qt installer tools parameter - Run ctest after build - Add workflow file to CMakeLists.txt githubworkflows target Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…i' into feature/github-actions-windows-ci # Conflicts: # .github/workflows/cmake-windows.yml
- Add cmake-windows.yml with matrix builds for Qt 6 LTS (6.2.4, 6.5.3, 6.8.3) and latest (6.9.1) - Two jobs: MSVC (Ninja) and MinGW (MinGW Makefiles) - Install MinGW compiler via Qt installer tools parameter - Run ctest after build - Add workflow file to CMakeLists.txt githubworkflows target Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…i' into feature/github-actions-windows-ci
Reduce matrix to Qt 6 LTS versions (6.2.4, 6.5.3, 6.8.3) and latest (6.10.2). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add cmake-macos.yml with matrix builds for Qt 6 LTS (6.2.4, 6.5.3, 6.8.3) and latest (6.10.2) - Uses Clang (default macOS compiler) with Ninja - Runs ctest after build - Add workflow file to CMakeLists.txt githubworkflows target Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
AppVeyor is replaced by GitHub Actions Windows CI workflow. Remove appveyor.yml, badge from Readme.md, and reference from log4qt.pro. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add macOS badge and clean up badge formatting for Ubuntu, Windows, and macOS. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Replace AppVeyor CI with GitHub Actions workflows for Windows and macOS, aligned with the existing Ubuntu workflow.
Changes
Qt Version Matrix
All platforms: 6.2.4 (LTS), 6.5.3 (LTS), 6.8.3 (LTS), 6.10.2 (latest)