1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 09:26:03 +02:00

Merge pull request #4073 from facebook/cygwin_install

added a cygwin install test to check #4067
This commit is contained in:
Yann Collet 2024-06-12 11:58:54 -07:00 committed by GitHub
commit 6a77f213c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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