Skip to content

Commit

Permalink
CI: Test on MSYS2/UCRT64 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed May 7, 2024
1 parent c5c2d93 commit 7c100f6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

name: Run MSYS2, MinGW64-based Tests (Not Visual Studio)

env:
CPPFLAGS: "-D_BSD_SOURCE"

on: [pull_request,workflow_dispatch]

concurrency:
Expand All @@ -20,6 +17,9 @@ jobs:
build-and-test-autotools:

runs-on: windows-latest
strategy:
matrix:
msystem: [ MINGW64, UCRT64] #, CLANG64 ]
defaults:
run:
shell: msys2 {0}
Expand All @@ -29,9 +29,10 @@ jobs:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: ${{ matrix.msystem }}
update: true
install: git mingw-w64-x86_64-toolchain automake libtool autoconf make cmake mingw-w64-x86_64-hdf5 unzip mingw-w64-x86_64-libxml2 mingw-w64-x86_64-zlib
pacboy: cc:p autotools:p hdf5:p curl:p libxml2:p zlib:p blosc:p bzip2:p
install: diffutils m4 git unzip

###
# Configure and build
Expand Down

0 comments on commit 7c100f6

Please sign in to comment.