mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
added cygwin install test
This commit is contained in:
parent
aa76eeafb7
commit
d7a84a683f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/dev-short-tests.yml
vendored
5
.github/workflows/dev-short-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue