Update CI-cygwin.yml

This commit is contained in:
chrchr-github 2022-07-07 22:14:01 +02:00 committed by GitHub
parent fa8fe1fa6c
commit 15aa454c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ jobs:
with:
platform: ${{ matrix.arch }}
- name: Defines
run: |
C:\cygwin\bin\bash.exe -l -c "gcc -xc++ -dM -E - < /dev/null | egrep '(cplus|WIN32|CYGWIN|MINGW|VERSION)'"
- name: Build cppcheck
run: |
C:\cygwin\bin\bash.exe -l -c cd %GITHUB_WORKSPACE% && make -j2