colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 26 forks source link

add -j / -l to install target #52

Closed dirk-thomas closed 4 years ago

dirk-thomas commented 4 years ago

Before the make flags are only used for the build target. This change also applies them to the install target.

dirk-thomas commented 4 years ago
dirk-thomas commented 4 years ago

I wasn't sure either and ran two more jobs to double check:

Without this patch: Build Status 52 test failures With this patch: Build Status same 52 test failures