Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Aug 19, 2024
1 parent db8a7e2 commit 1c17cd5
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions colcon-build/README.md
Original file line number Diff line number Diff line change
@@ -30,13 +30,15 @@ jobs:
## Inputs
| Name | Required | Description |
| ------------------- | -------- | --------------------------------------------------- |
| rosdistro | true | ROS distro. |
| target-packages | true | The target packages to build. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
| cmake-build-type | false | The value for `CMAKE_BUILD_TYPE`. |
| token | false | The token for build dependencies. |
| Name | Required | Description |
|------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------|
| rosdistro | true | ROS distro. |
| target-packages | true | The target packages to build. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
| cmake-build-type | false | The value for `CMAKE_BUILD_TYPE`. |
| token | false | The token for build dependencies. |
| colcon-parallel-workers-flag | false | Will be appended to the colcon build command to limit number of packages built in parallel. e.g. "--parallel-workers 3" |
| makeflags | false | Will be exported as MAKEFLAGS environment variable for colcon build step. e.g. "-j 4" |

Check warning on line 41 in colcon-build/README.md

GitHub Actions / spell-check-differential

Unknown word (makeflags)

Check warning on line 41 in colcon-build/README.md

GitHub Actions / spell-check-differential

Unknown word (MAKEFLAGS)

## Outputs

2 changes: 1 addition & 1 deletion colcon-build/action.yaml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ inputs:
default: ""
required: false
makeflags:

Check warning on line 33 in colcon-build/action.yaml

GitHub Actions / spell-check-differential

Unknown word (makeflags)
description: If set, will be exported as MAKEFLAGS environment variable. e.g. "-j 4"
description: Will be exported as MAKEFLAGS environment variable. e.g. "-j 4"

Check warning on line 34 in colcon-build/action.yaml

GitHub Actions / spell-check-differential

Unknown word (MAKEFLAGS)
default: ""
required: false

0 comments on commit 1c17cd5

Please sign in to comment.