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 43de679 commit fd8546cCopy full SHA for fd8546c
.github/workflows/coverity.yml
@@ -81,7 +81,7 @@ jobs:
81
mkdir build && cd build
82
cmake -DCMAKE_CXX_STANDARD=14 -DCMAKE_BUILD_TYPE=relwithdebinfo \
83
-DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DTBB_CPF=ON ..
84
- cov-configure --compiler cl --comptype msvc
+ cov-configure --msvc
85
cov-build --dir cov-int make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
86
- name: Archive Coverity build results
87
run: |
0 commit comments