Skip to content

Commit 361c3db

Browse files
Hind-MAlex-PLACET
authored andcommitted
Add verbose
1 parent 8500372 commit 361c3db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: windows-latest
5454
strategy:
5555
matrix:
56-
build_type: [Release, Debug]
56+
build_type: [Debug] # TODO add Release
5757
build_shared: [ON, OFF]
5858
steps:
5959
- name: Checkout repository
@@ -74,6 +74,7 @@ jobs:
7474
-DCMAKE_CXX_STANDARD=20 ^
7575
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} ^
7676
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING ^
77+
-DCMAKE_VERBOSE_MAKEFILE=ON ^^
7778
-DBUILD_TESTS=ON
7879
if %errorlevel% neq 0 exit /b %errorlevel%
7980
cmake --build build/ --parallel

0 commit comments

Comments
 (0)