added cygwin install test

This commit is contained in:
Yann Collet
2024-06-12 10:57:15 -07:00
parent aa76eeafb7
commit d7a84a683f
+5
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