Update CI-cygwin.yml
This commit is contained in:
parent
fa8fe1fa6c
commit
15aa454c06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue