Skip to content

Commit

Permalink
tmp: more verbose colcon output
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmann-stefan committed Jul 24, 2024
1 parent 4294479 commit f2387bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
target-ros2-distro: foxy
vcs-repo-file-url: ${{github.workspace}}/.github/workflows/ci.repos
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
colcon-defaults: |
{
"build": {
"event-handlers": [
"console_direct+"
]
}
}
- uses: actions/upload-artifact@v4
with:
name: colcon-logs
Expand Down

0 comments on commit f2387bf

Please sign in to comment.