added cygwin install test

This commit is contained in:
Yann Collet 2024-06-12 09:51:01 -07:00
parent aa76eeafb7
commit d7a84a683f

View File

@ -576,6 +576,11 @@ jobs:
make -j allzstd &&
make -C tests fuzzer &&
./tests/fuzzer.exe -v -T1m
- name: cygwin install test
shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}'
run: >-
make -j &&
make install
pkg-config:
runs-on: ubuntu-latest