Skip to content

Commit

Permalink
Test install tags for BUILER=catkin_make_isolated_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 1, 2021
1 parent 7120314 commit e6c932a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions industrial_ci/src/builders/catkin_make_isolated_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ ici_warn "BUILDER=catkin_make_isolated_devel should only be used in addition to
function ici_extend_space {
echo "$1/devel"
}

function builder_run_build {
local extend=$1; shift
local ws=$1; shift
local opts=()
_append_job_opts opts PARALLEL_BUILDS 0
_run_catkin_make_isolated all "$extend" "$ws" "${opts[@]}" "$@"
}

0 comments on commit e6c932a

Please sign in to comment.