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 fd8546c commit 589492fCopy full SHA for 589492f
.github/workflows/coverity.yml
@@ -78,9 +78,9 @@ jobs:
78
shell: bash
79
run: |
80
export PATH="${PWD}/cov-win64-tool/bin:${PATH}"
81
- mkdir build && cd build
+# 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 ..
+ -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DTBB_CPF=ON .
84
cov-configure --msvc
85
cov-build --dir cov-int make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
86
- name: Archive Coverity build results
0 commit comments