update the coverity config

This commit is contained in:
Sylvestre Ledru 2017-01-24 09:01:59 +00:00
parent 18368be9f8
commit 1a403134ff

4
debian/rules vendored
View File

@ -211,10 +211,10 @@ override_dh_auto_configure: preconfigure
-(if test $(COVERITY_ENABLE) -eq 1; then \
export PATH=$$PATH:/opt/cov-analysis/bin/; \
cov-configure --compiler clang --comptype clang; \
cov-configure --compiler gcc-5 --comptype gcc; \
cov-configure --compiler g++-5 --comptype gcc; \
cov-configure --compiler gcc-6 --comptype gcc; \
cov-configure --compiler g++-6 --comptype gcc; \
cov-configure -co /usr/bin/g++-6 -- -std=c++0x -fPIC -std=c++11; \
cov-configure -co /usr/bin/gcc-6 -- -fPIC; \
cov-configure --compiler cc --comptype gcc --template \
--xml-option append_arg:"--ppp_translator" \
--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \