Skip to content

Commit

Permalink
Test install tags even in devel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Jul 21, 2021
1 parent 2765b4a commit 84add89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions industrial_ci/src/builders/catkin_make_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ ici_warn "BUILDER=catkin_make_devel should only be used in addition to the other
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 all "$extend" "$ws" "${opts[@]}" "$@"
}
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[@]}" "$@"
}
2 changes: 1 addition & 1 deletion industrial_ci/src/builders/catkin_tools_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ function ici_extend_space {
function _catkin_config {
local extend=$1; shift
local ws=$1; shift
ici_exec_in_workspace "$extend" "$ws" catkin config --init
ici_exec_in_workspace "$extend" "$ws" catkin config --link-devel --install
}

0 comments on commit 84add89

Please sign in to comment.