Skip to content

Commit 8a8b6b8

Browse files
committed
CI: Add a runner (MinGW/UCRT64) that builds without Fortran compiler.
1 parent 002cbb3 commit 8a8b6b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,18 @@ jobs:
309309
matrix:
310310
# CLANG32 disabled for now:
311311
# msystem: [MINGW64, MINGW32, CLANG64, CLANG32]
312-
msystem: [MINGW64, MINGW32, CLANG64]
312+
msystem: [MINGW64, MINGW32, UCRT64, CLANG64]
313313
include:
314314
- msystem: MINGW64
315315
target-prefix: mingw-w64-x86_64
316316
f77-package: mingw-w64-x86_64-fc
317317
- msystem: MINGW32
318318
target-prefix: mingw-w64-i686
319319
f77-package: mingw-w64-i686-fc
320+
- msystem: UCRT64
321+
target-prefix: mingw-w64-ucrt-x86_64
322+
# Purposefully don't install a Fortran compiler to test that configuration
323+
f77-package: mingw-w64-ucrt-x86_64-cc
320324
- msystem: CLANG64
321325
target-prefix: mingw-w64-clang-x86_64
322326
f77-package: mingw-w64-clang-x86_64-fc

0 commit comments

Comments
 (0)