Skip to content

Commit

Permalink
added cygwin tests to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 18, 2023
1 parent bbe65d7 commit fb8d53e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,21 @@ jobs:
COPY build\VS2010\bin\${{matrix.platform}}_${{matrix.configuration}}\*.exe tests\
CD tests
sh -e playTests.sh
DIR
.\fuzzer.exe -T2m
fuzzer.exe -T2m
cygwin-tests:
runs-on: windows-latest
steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
- uses: cygwin/cygwin-install-action@master
- run: |
make -v
export CC=${{ matrix.compiler }}
$CC --version
CFLAGS="-Werror -O1" make -j allzstd
make check
./tests/fuzzer.exe -T1m
intel-cet-compatibility:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb8d53e

Please sign in to comment.