Skip to content

Commit

Permalink
Support VERBOSE_OUTPUT for colcon (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmann-stefan authored Jul 27, 2022
1 parent 24f5e99 commit 1b26c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions industrial_ci/src/builders/colcon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ function builder_run_build {
local extend=$1; shift
local ws=$1; shift
local opts=(--event-handlers "${_colcon_event_handlers[@]}")
if [ "${VERBOSE_OUTPUT:-false}" != false ]; then
opts+=("console_cohesion+")
fi
local jobs
ici_parse_jobs jobs PARALLEL_BUILDS 0
if [ "$jobs" -eq 1 ]; then
Expand Down

0 comments on commit 1b26c5c

Please sign in to comment.