Skip to content

Commit f2387bf

Browse files
tmp: more verbose colcon output
1 parent 4294479 commit f2387bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_desktop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
target-ros2-distro: foxy
2626
vcs-repo-file-url: ${{github.workspace}}/.github/workflows/ci.repos
2727
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
28+
colcon-defaults: |
29+
{
30+
"build": {
31+
"event-handlers": [
32+
"console_direct+"
33+
]
34+
}
35+
}
2836
- uses: actions/upload-artifact@v4
2937
with:
3038
name: colcon-logs

0 commit comments

Comments
 (0)