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

Export the cross compiled install dir to the correct location #89

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

The install dir was not being output to the correct place. The desired location was next to the sources, like in a regular colcon workspace.

Add an architecture-specific suffix to the export install directory so that multiple cross-compiles can be done.

Add these checks to the e2e test to make sure this keeps working.

Signed-off-by: Emerson Knapp emerson.b.knapp@gmail.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #89 into master will increase coverage by 1.1%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #89     +/-   ##
=========================================
+ Coverage   65.41%   66.52%   +1.1%     
=========================================
  Files           4        4             
  Lines         240      236      -4     
=========================================
  Hits          157      157             
+ Misses         83       79      -4
Flag Coverage Δ
#unittests 66.52% <57.14%> (+1.1%) :arrow_up:
Impacted Files Coverage Δ
cross_compile/sysroot_compiler.py 68.46% <57.14%> (+2.04%) :arrow_up:

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 5e2f036...b3dc369. Read the comment docs.