Skip to content

Commit 6a77f21

Browse files
authored
Merge pull request #4073 from facebook/cygwin_install
added a cygwin install test to check #4067
2 parents aa76eea + d7a84a6 commit 6a77f21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dev-short-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,11 @@ jobs:
576576
make -j allzstd &&
577577
make -C tests fuzzer &&
578578
./tests/fuzzer.exe -v -T1m
579+
- name: cygwin install test
580+
shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}'
581+
run: >-
582+
make -j &&
583+
make install
579584
580585
pkg-config:
581586
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)