Update CI-cygwin.yml
This commit is contained in:
parent
be493b794e
commit
32c474b98f
|
@ -4,8 +4,7 @@
|
||||||
|
|
||||||
name: CI-cygwin
|
name: CI-cygwin
|
||||||
|
|
||||||
#on: [push,pull_request]
|
on: [push,pull_request]
|
||||||
on: workflow_dispatch
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
@ -27,7 +26,11 @@ jobs:
|
||||||
- name: Set up Cygwin
|
- name: Set up Cygwin
|
||||||
uses: egor-tensin/setup-cygwin@v3
|
uses: egor-tensin/setup-cygwin@v3
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.arch }}
|
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
|
- name: Build cppcheck
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue