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 de1e51b commit d2fa88fCopy full SHA for d2fa88f
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -132,6 +132,5 @@ runs:
132
-DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
133
-DLLVM_ENABLE_WERROR=On `
134
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
135
- cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
136
}
137
cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
0 commit comments