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 589492f commit ee68172Copy full SHA for ee68172
.github/workflows/coverity.yml
@@ -78,7 +78,6 @@ jobs:
78
shell: bash
79
run: |
80
export PATH="${PWD}/cov-win64-tool/bin:${PATH}"
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 --msvc
0 commit comments