Skip to content

Commit

Permalink
Merge pull request #54 from starg2/patch-1
Browse files Browse the repository at this point in the history
Add mcf thread model to build matrix
  • Loading branch information
niXman committed Oct 2, 2023
2 parents ecaa196 + ebcbec6 commit a21dc9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, i686]
threads: [posix, win32]
threads: [posix, win32, mcf]
exceptions: [seh, dwarf]
msvcrt: [msvcrt, ucrt]
exclude:
- arch: x86_64
exceptions: dwarf
- arch: i686
exceptions: seh
- threads: mcf
msvcrt: msvcrt

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a21dc9f

Please sign in to comment.