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

Introduce pipeline runner framework, using the DependenciesStage #230

Closed darvg closed 4 years ago

darvg commented 4 years ago

We slowly introduce the streamlined pipeline running in ros_cross_compile.py. As more of the stage wrappers are introduced, more stages will be added to the pipeline running.

Signed-off-by: Siddharth Gollapudi sgollapu@amazon.com