We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run-cppcheck.bat で cppcheck に -j オプションを渡して複数のソースを同時にチェックする
#372 の後で実施
The text was updated successfully, but these errors were encountered:
set CPPCHECK_PARAMS=%CPPCHECK_PARAMS% -j %NUMBER_OF_PROCESSORS% を追加すればよい。
set CPPCHECK_PARAMS=%CPPCHECK_PARAMS% -j %NUMBER_OF_PROCESSORS%
Sorry, something went wrong.
closes sakura-editor#373: -j オプションを指定して同時に複数のチェックを行う
338bf8e
rebase しました。 appveyor 上で 1分19秒で実行できている。
[00:01:24] ---- start run-cppcheck.bat ---- [00:01:24] "C:\Program Files\Cppcheck\cppcheck.exe" --force --enable=all --xml --platform=win32W --output-file=cppcheck-Win32-Release.xml -j 2 C:\projects\sakura\sakura_core [00:02:43] [00:02:43] The log files are cppcheck-Win32-Release.log and cppcheck-Win32-Release.xml [00:02:43] cppcheck success [00:02:43] ---- end run-cppcheck.bat ----
afccdfb
938dd7d
No branches or pull requests
run-cppcheck.bat で cppcheck に -j オプションを渡して複数のソースを同時にチェックする
#372 の後で実施
The text was updated successfully, but these errors were encountered: