Skip to content

Commit 432ddcc

Browse files
committed
Add debug flags to cmake invocations
1 parent 6a4c008 commit 432ddcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ jobs:
285285
run: |
286286
mkdir build
287287
cd build
288-
cmake ..
289-
cmake --build . -j
288+
cmake ${{inputs.debug && '--debug-output' || ''}} ..
289+
cmake --build . -j ${{inputs.debug && '--verbose' || ''}}
290290
291291
options-tests:
292292
name: Options tests

0 commit comments

Comments
 (0)