mirror of https://github.com/QMCPACK/qmcpack.git
3 lines
638 B
Plaintext
Executable File
3 lines
638 B
Plaintext
Executable File
(mkdir -p .build.g++cppcheck && cd .build.g++cppcheck && CXX=g++ cmake .. -G"Unix Makefiles" -DCMAKE_CXX_CPPCHECK="cppcheck;--enable=all;--inline-suppr;--suppress=*:*thrust/complex*;--suppress=missingInclude;--suppress=syntaxError;--suppress=unmatchedSuppression;--suppress=preprocessorErrorDirective;--language=c++;--std=c++14;--error-exitcode=66" && make -j 11 && ctest -j 12 --output-on-failure) || exit
|
|
cpplint --quiet --filter=-whitespace/line_length,-whitespace/parens,-whitespace/tab,-readability/alt_tokens,-readability/nolint,-runtime/references,-build/include_order,-build/header_guar,-whitespace/operators *.hpp detail/*.hpp
|