Skip to content

Commit

Permalink
Merge pull request #787 from mmuetzel/ci
Browse files Browse the repository at this point in the history
CI: Add a runner (MinGW/UCRT64) that builds without Fortran compiler.
  • Loading branch information
DrTimothyAldenDavis authored Mar 22, 2024
2 parents 002cbb3 + 8a8b6b8 commit b20fd4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,18 @@ jobs:
matrix:
# CLANG32 disabled for now:
# msystem: [MINGW64, MINGW32, CLANG64, CLANG32]
msystem: [MINGW64, MINGW32, CLANG64]
msystem: [MINGW64, MINGW32, UCRT64, CLANG64]
include:
- msystem: MINGW64
target-prefix: mingw-w64-x86_64
f77-package: mingw-w64-x86_64-fc
- msystem: MINGW32
target-prefix: mingw-w64-i686
f77-package: mingw-w64-i686-fc
- msystem: UCRT64
target-prefix: mingw-w64-ucrt-x86_64
# Purposefully don't install a Fortran compiler to test that configuration
f77-package: mingw-w64-ucrt-x86_64-cc
- msystem: CLANG64
target-prefix: mingw-w64-clang-x86_64
f77-package: mingw-w64-clang-x86_64-fc
Expand Down

0 comments on commit b20fd4e

Please sign in to comment.