Skip to content

Commit ec6c5d9

Browse files
committed
added cygwin tests to github actions
1 parent bbe65d7 commit ec6c5d9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

+14-2
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,20 @@ jobs:
445445
COPY build\VS2010\bin\${{matrix.platform}}_${{matrix.configuration}}\*.exe tests\
446446
CD tests
447447
sh -e playTests.sh
448-
DIR
449-
.\fuzzer.exe -T2m
448+
fuzzer.exe -T2m
449+
450+
cygwin-tests:
451+
runs-on: windows-latest
452+
steps:
453+
- run: git config --global core.autocrlf input
454+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
455+
- uses: cygwin/cygwin-install-action@master
456+
- run: |
457+
make -v
458+
setx CFLAGS "-Werror -O1"
459+
make -j allzstd
460+
make check
461+
.\tests\fuzzer.exe -T1m
450462
451463
intel-cet-compatibility:
452464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)