We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36b9af commit 99d23d8Copy full SHA for 99d23d8
jenkins/release.Jenkinsfile
@@ -75,9 +75,9 @@ spec:
75
76
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DISA_AVX2=ON ..
77
78
- cov-configure --template --compiler cc --comptype gcc
79
- cov-configure --template --compiler c++ --comptype g++
80
- cov-build --dir ${WORKSPACE}/intermediate make install
+ cov-configure --config ${WORKSPACE}/coverity.conf --template --compiler cc --comptype gcc
+ cov-configure --config ${WORKSPACE}/coverity.conf --template --compiler c++ --comptype g++
+ cov-build --config ${WORKSPACE}/coverity.conf --dir ${WORKSPACE}/intermediate make install
81
cov-analyze --dir ${WORKSPACE}/intermediate
82
cov-commit-defects --dir ${WORKSPACE}/intermediate \\
83
--stream astcenc-master \\
0 commit comments