Skip to content

Changed the license #41

Changed the license

Changed the license #41

Workflow file for this run

name: Windows
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
update: true
install: zlib zlib-devel make mingw-w64-x86_64-gcc mingw-w64-x86_64-check
- name: config
run: git submodule update --init --recursive
- name: make
run: C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "make"
- name: make check
run: C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "make check SUBUNIT=''"