added cygwin install test
This commit is contained in:
@@ -576,6 +576,11 @@ jobs:
|
|||||||
make -j allzstd &&
|
make -j allzstd &&
|
||||||
make -C tests fuzzer &&
|
make -C tests fuzzer &&
|
||||||
./tests/fuzzer.exe -v -T1m
|
./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:
|
pkg-config:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user