ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Package selection & build customization via colcon defaults file #166

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Closes https://github.com/ros-tooling/cross_compile/issues/164

Allow users to pass arbitrary arguments to the colcon list and colcon build phases. This allows for arbitrary build customization, so I have removed the hardcoding of merge-install

codecov[bot] commented 4 years ago

Codecov Report

Merging #166 into master will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   93.85%   93.91%   +0.05%     
==========================================
  Files           7        7              
  Lines         228      230       +2     
==========================================
+ Hits          214      216       +2     
  Misses         14       14              
Flag Coverage Δ
#unittests 93.91% <100.00%> (+0.05%) :arrow_up:
Impacted Files Coverage Δ
ros_cross_compile/docker_client.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 426d1c3...35b6f9b. Read the comment docs.