Skip to content

Commit 99d23d8

Browse files
authored
QE-2641: Define Coverity config file (#299)
1 parent b36b9af commit 99d23d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/release.Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ spec:
7575

7676
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DISA_AVX2=ON ..
7777

78-
cov-configure --template --compiler cc --comptype gcc
79-
cov-configure --template --compiler c++ --comptype g++
80-
cov-build --dir ${WORKSPACE}/intermediate make install
78+
cov-configure --config ${WORKSPACE}/coverity.conf --template --compiler cc --comptype gcc
79+
cov-configure --config ${WORKSPACE}/coverity.conf --template --compiler c++ --comptype g++
80+
cov-build --config ${WORKSPACE}/coverity.conf --dir ${WORKSPACE}/intermediate make install
8181
cov-analyze --dir ${WORKSPACE}/intermediate
8282
cov-commit-defects --dir ${WORKSPACE}/intermediate \\
8383
--stream astcenc-master \\

0 commit comments

Comments
 (0)