Skip to content

Commit

Permalink
Support CATKIN/COLCON_IGNORE
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Jan 9, 2023
1 parent 42f24db commit 56be0e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ COUNT=1
# TODO: use colcon list -tp in future
for PKG_PATH in $(catkin_topological_order --only-folders); do
echo "::group::Building $COUNT/$TOTAL: $PKG_PATH"
test -f "$PKG_PATH/CATKIN_IGNORE" && echo "Skipped" && continue
test -f "$PKG_PATH/COLCON_IGNORE" && echo "Skipped" && continue
(
cd "$PKG_PATH"

bloom-generate "${BLOOM}debian" --os-name="$DISTRIBUTION" --os-version="$DEB_DISTRO" --ros-distro="$ROS_DISTRO"

# Set the version
Expand Down

0 comments on commit 56be0e5

Please sign in to comment.