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 a257b5b commit 7133067Copy full SHA for 7133067
.github/workflows/coverity.yml
@@ -47,12 +47,10 @@ jobs:
47
- name: Build with cov-build
48
run: |
49
export PATH="${PWD}/cov-linux64-tool/bin:${PATH}"
50
-# mkdir build && cd build
51
cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=relwithdebinfo \
52
-DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DTBB_CPF=ON -DTBB_TEST=OFF .
53
cov-build --dir cov-int make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
54
- name: Archive Coverity build results
55
-# run: tar -czvf cov-int.tgz build/cov-int
56
run: tar -czvf cov-int.tgz cov-int
57
- name: Submit Coverity results for analysis
58
0 commit comments