Skip to content

Commit f3d2792

Browse files
committed
CI-unixish.yml: added (disabled) self-checks with all available project imports [skip ci]
1 parent e6e2736 commit f3d2792

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,3 +491,18 @@ jobs:
491491
# triage
492492
./cppcheck $selfcheck_options -DQ_MOC_OUTPUT_REVISION=67 -DQT_CHARTS_LIB --library=qt -Itools/triage/temp -Igui tools/triage/*.cpp tools/triage/temp/*.cpp || ec=1
493493
exit $ec
494+
495+
- name: Self check (.json)
496+
if: false
497+
run: |
498+
./cppcheck -q -j$(nproc) --template=selfcheck -D__CPPCHECK__ -DQT_VERSION=0x050000 -DQ_MOC_OUTPUT_REVISION=67 --error-exitcode=1 --inline-suppr --suppressions-list=.travis_suppressions --library=cppcheck-lib --library=qt --inconclusive --enable=style,performance,portability,warning,internal --exception-handling --debug-warnings --project=cmake.output/compile_commands.json
499+
500+
- name: Self check (.sln)
501+
if: false
502+
run: |
503+
./cppcheck -q -j$(nproc) --template=selfcheck --error-exitcode=1 --inline-suppr --suppressions-list=.travis_suppressions --library=cppcheck-lib --library=qt --inconclusive --enable=style,performance,portability,warning,internal --exception-handling --debug-warnings --project=cppcheck.sln
504+
505+
- name: Self check (.cppcheck)
506+
if: false
507+
run: |
508+
./cppcheck -q -j$(nproc) --template=selfcheck --error-exitcode=1 --inline-suppr --suppressions-list=.travis_suppressions --library=cppcheck-lib --library=qt --inconclusive --enable=style,performance,portability,warning,internal --exception-handling --debug-warnings --project=cppcheck.cppcheck

0 commit comments

Comments
 (0)