Skip to content

Commit

Permalink
Merge pull request #477 from elBoberido/iox2-3-fix-CI-after-mingw-dea…
Browse files Browse the repository at this point in the history
…ctivation

[#3] Fix CI after MinGW deactivation
  • Loading branch information
elBoberido authored Oct 16, 2024
2 parents 558c727 + 2509abf commit a85eda8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
# NOTE: enable for MinGW
# toolchain: [stable, stable-gnu, 1.75.0]
toolchain: [stable, 1.75.0]
mode:
Expand All @@ -269,16 +270,18 @@ jobs:
cmake-build-type: "-DCMAKE_BUILD_TYPE=Debug" # required for Makefile Generators at config time
cmake-build-config: "--config Debug" # required for Visual Studio at build and install time
include:
- toolchain: stable-gnu
cmake-build-system-generator: '-G "MinGW Makefiles"'
# NOTE: enable for MinGW
# - toolchain: stable-gnu
# cmake-build-system-generator: '-G "MinGW Makefiles"'
- os: windows-latest
toolchain: stable
cmake-cxx-flags: '-DCMAKE_CXX_FLAGS="/MP"'
exclude:
- os: ubuntu-latest
toolchain: stable-gnu
- os: macos-latest
toolchain: stable-gnu
# NOTE: enable for MinGW
# exclude:
# - os: ubuntu-latest
# toolchain: stable-gnu
# - os: macos-latest
# toolchain: stable-gnu
timeout-minutes: 60
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a85eda8

Please sign in to comment.