Update CI-cygwin.yml

This commit is contained in:
chrchr-github 2022-07-07 18:08:03 +02:00 committed by GitHub
parent be493b794e
commit 32c474b98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,7 @@
name: CI-cygwin
#on: [push,pull_request]
on: workflow_dispatch
on: [push,pull_request]
defaults:
run:
@ -29,6 +28,10 @@ jobs:
with:
platform: ${{ matrix.arch }}
- name: Defines
run: |
C:\tools\cygwin\bin\bash.exe -l -c gcc -xc++ -dM -E - < /dev/null | egrep '(cplus|WIN32|CYGWIN|MINGW|VERSION)'
- name: Build cppcheck
run: |
C:\tools\cygwin\bin\bash.exe -l -c cd %GITHUB_WORKSPACE% && make -j2