Skip to content

add license badge

add license badge #16

Workflow file for this run

name: MSYS2 MINGW64 Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
msys2-mingw64:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-libzip mingw64/mingw-w64-x86_64-zlib
- name: Make
run: make HAVE_LIBZIP=1 HAVE_GZIP=1 clean tests