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 8500372 commit 361c3dbCopy full SHA for 361c3db
.github/workflows/windows.yml
@@ -53,7 +53,7 @@ jobs:
53
runs-on: windows-latest
54
strategy:
55
matrix:
56
- build_type: [Release, Debug]
+ build_type: [Debug] # TODO add Release
57
build_shared: [ON, OFF]
58
steps:
59
- name: Checkout repository
@@ -74,6 +74,7 @@ jobs:
74
-DCMAKE_CXX_STANDARD=20 ^
75
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} ^
76
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING ^
77
+ -DCMAKE_VERBOSE_MAKEFILE=ON ^^
78
-DBUILD_TESTS=ON
79
if %errorlevel% neq 0 exit /b %errorlevel%
80
cmake --build build/ --parallel
0 commit comments