Skip to content

Add github msys2 workflow #14

Add github msys2 workflow

Add github msys2 workflow #14

Workflow file for this run

on: push
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
include:
- { sys: ucrt64, env: ucrt-x86_64 }
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
install: mingw-w64-${{matrix.env}}-toolchain make
- uses: actions/checkout@v4
- shell: msys2 {0}
run: |
./configure
make all check bootstrap