Skip to content

Add github msys2 workflow #40

Add github msys2 workflow

Add github msys2 workflow #40

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: |
mount
./configure --target=x86_64-windows-msvc CC=cl
gcc line.c
./a.exe | od -t ax1
od -t ax1 b
od -t ax1 c
od -t ax1 test/basic.c
nmake cproc-qbe
make all check bootstrap