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 7094a43 commit 3ed9178Copy full SHA for 3ed9178
.github/actions/Build_and_Test_cppyy/action.yml
@@ -152,9 +152,9 @@ runs:
152
cd ..\cppyy-backend\build\
153
# Build and Install cppyy-backend
154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155
- cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_INCLUDE_PATH="$env:CPLUS_INCLUDE_PATH" ..
156
- cmake --build . --parallel ${{ env.ncpus }}
157
- cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
+ cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -G Ninja ..
+ ninja -v build
+ cp libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\
158
cd ..
159
160
- name: Install CPyCppyy
0 commit comments