Skip to content

krjakbrjak/static_analysis_metrix

Repository files navigation

static_analysis_metrix

A simple example of how to set C++ static analisys in Jenkins pipeline. CMake has built-in capabilities to run clang-tidy, cppcheck, etc. See CXX_CLANG_TIDY and CXX_CPPCHECK for more details.

How to build

mkdir -p build
cd build
cmake -DBUILD_SAMPLE=ON ..
cmake --build .

About

Simple Jenkins CI pipeline for CMake project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published