Skip to content

Commit

Permalink
Add test of mingw64
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jul 19, 2024
1 parent 034d58a commit 01f29a5
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ jobs:
env: ucrt-x86_64
compiler-package: gcc
cxx: g++
- name: mingw64-clang
sys: mingw64
env: x86_64
compiler-package: clang
cxx: clang++
- name: mingw64-gnu
sys: mingw64
env: x86_64
compiler-package: gcc
cxx: g++

steps:
- uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 01f29a5

Please sign in to comment.