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 c240047 commit 63183fcCopy full SHA for 63183fc
.github/workflows/windows.yml
@@ -30,6 +30,7 @@ jobs:
30
-DCMAKE_BUILD_TYPE=Release ^
31
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX% ^
32
-DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^
33
+ -DSPARROW_IPC_BUILD_SHARED=OFF ^
34
-DBUILD_TESTS=ON
35
if %errorlevel% neq 0 exit /b %errorlevel%
36
cmake --build build/ --parallel
0 commit comments