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

Add the remainder of the stages to the pipeline runner #232

Closed darvg closed 4 years ago

darvg commented 4 years ago

Add the stages implemented in #231 to the pipeline runner implemented in #230 . Also move the name property from each subclass to the parent class (PipelineStage).

Resolves #207

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