jerrylum/PROS Build Template
Builds a PROS template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| add_build_id | Determines when to include a build ID in the version string. Options are 'always', 'except_tag', or 'never'. | no | except_tag |
| build_id | Override the build ID in the version string. By default, the build ID is determined by latest pushed commit SHA. | no | "" |
| build_args | The arguments to pass to the build command `make $build_args` | no | quick |
Outputs
| name | description |
|---|---|
| version_core | The version name from the Makefile, for example 1.0.0 |
| library_name | The library name from the Makefile, for example "pros-template" |
| version | The version, for example "1.0.0+123456" |
| artifact_name | The artifact name, for example "pros-template@1.0.0+123456" |
| artifact_path | The path to the artifact, for example "./pros-template@1.0.0+123456" |
| make_exit_code | The exit code from the make command |