Skip to content

Add github msys2 workflow #29

Add github msys2 workflow

Add github msys2 workflow #29

Workflow file for this run

on: push
jobs:
build:
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: msys
install: gcc make diffutils
- uses: actions/checkout@v4
- shell: msys2 {0}
run: |
./configure
gcc line.c
./a.exe | od -t ax1
od -t ax1 b
make all check bootstrap