Update CI-cygwin.yml
This commit is contained in:
parent
8485468e3d
commit
251470d28c
|
@ -24,14 +24,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Cygwin
|
- name: Set up Cygwin
|
||||||
uses: egor-tensin/setup-cygwin@v3
|
uses: cygwin/cygwin-install-action@master
|
||||||
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: |
|
||||||
C:\tools\cygwin\bin\bash.exe -l -c cd %GITHUB_WORKSPACE% && make -j2
|
C:\tools\cygwin\bin\bash.exe -l -c cd %GITHUB_WORKSPACE% && make -j2
|
||||||
|
|
Loading…
Reference in New Issue