문제

I am new to coverity and i am using .bat file for building. Is there any way to build .bat file through coverity buil(cov-build) command in command line.

thanks in advance.

도움이 되었습니까?

해결책

In your case,

Alter your bat file such that it wraps cov-build around make

build.bat

cov-build make {YOUR_OPTIONS}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top