Skip to content

Commit

Permalink
Added CMake MinGW-w64 job to GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Dec 15, 2024
1 parent ddb9868 commit 0c4ce9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,14 @@ jobs:
cxxstd: "11-gnu,14-gnu,17-gnu,2a-gnu"
os: windows-2019

- name: CMake tests
- name: CMake MSVC tests
cmake_tests: 1
os: windows-2022
- name: CMake MinGW-w64 tests
cmake_tests: 1
os: windows-2022
env:
CMAKE_GENERATOR: "MinGW Makefiles"

timeout-minutes: 60
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 0c4ce9e

Please sign in to comment.