gazebo-tooling/Gazebo install
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| apt-dependencies | Dependencies to apt install | no | "" |
| codecov-enabled | Prepare the build for coverage and execute codecov | no | "" |
| codecov-token-private-repos | Token to upload to codecov in private repositories. Public repos do not need it | no | "" |
| codecov-token | DEPRECATED: use codecov-token-private if using private repositories | no | "" |
| cmake-args | Additional CMake arguments to use when building package under test | no | "" |
| doxygen-enabled | Run doxygen documentation checks. | no | "" |
| tests-enabled | Run tests. | no | true |
| cpplint-enabled | Run cpplint | no | false |
| cppcheck-enabled | Run cppcheck | no | false |
| gzdev-project-name | Override the gzdev project name (default: auto-derived from repo name + CMake major version). e.g., This can be set to "rotary" to enable the use the nightlies apt repo. | no | "" |
Outputs
no outputs