mirror of
https://github.com/facebook/zstd.git
synced 2024-11-23 16:36:45 +08:00
added cygwin install test
This commit is contained in:
parent
aa76eeafb7
commit
d7a84a683f
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…
Reference in New Issue
Block a user