Skip to content

Commit

Permalink
Add build variant
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 2, 2024
1 parent 1d6a694 commit 41ab3aa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
test-msys2:
strategy:
matrix:
msystem: [mingw64, ucrt64]
include:
[
{ msystem: mingw64, build_variant: "" },
{ msystem: ucrt64, build_variant: "-ucrt64" },
]
runs-on: windows-latest
defaults:
run:
Expand All @@ -53,8 +57,8 @@ jobs:
with:
msystem: ${{ matrix.msystem }}
install: >-
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-fpm
mingw-w64${{ matrix.build_variant }}-x86_64-gcc-fortran
mingw-w64${{ matrix.build_variant }}-x86_64-gcc
- run: fpm test

format:
Expand Down

0 comments on commit 41ab3aa

Please sign in to comment.