Skip to content

Commit

Permalink
Add MinGW, clang-cl to windows-cmake-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 12, 2024
1 parent d90b4f6 commit 9dd9ead
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,10 @@ jobs:
include:
- os: windows-2019
- os: windows-2022
- os: windows-latest
opts: "-G \"MinGW Makefiles\""
- os: windows-latest
opts: "-T clangcl"

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -673,7 +677,7 @@ jobs:
run: |
cd ../boost-root
mkdir __build__ && cd __build__
cmake -DBOOST_INCLUDE_LIBRARIES=%LIBRARY% -DBUILD_TESTING=ON ..
cmake -DBOOST_INCLUDE_LIBRARIES=%LIBRARY% -DBUILD_TESTING=ON ${{matrix.opts}} ..
- name: Build tests (Debug)
shell: cmd
Expand Down

0 comments on commit 9dd9ead

Please sign in to comment.