From 0c4ce9e91b78a295ed69d2784a5ea5ca7cb8e2e3 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 15 Dec 2024 12:09:03 +0300 Subject: [PATCH] Added CMake MinGW-w64 job to GHA. --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d5a0ae7..7b0429ee9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}