CMake clang-analyzer and jenkins

So I found a plugin for Jenkins to view the clang-analyzer output, but it seems to depend on my xcode usage.

I also figured out an easy way to use clang-analyzer with cmake.

But is there a way to get Jenkins visualization of clang-analyzer output if my build is cmake?

+3


source to share





All Articles