mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
CI: all cppcheck calls on one line
This commit is contained in:
parent
f73f189abb
commit
df7a1d45bf
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -47,8 +47,7 @@ jobs:
|
|||||||
- name: Run cppcheck
|
- name: Run cppcheck
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cppcheck --version
|
cppcheck --version ; cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
|
||||||
cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
|
|
||||||
|
|
||||||
win64_msys2:
|
win64_msys2:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user