jerrylum/PROS Build Template

Builds a PROS template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
add_build_idDetermines when to include a build ID in the version string. Options are 'always', 'except_tag', or 'never'.noexcept_tag
build_idOverride the build ID in the version string. By default, the build ID is determined by latest pushed commit SHA.no""
build_argsThe arguments to pass to the build command `make $build_args`noquick
namedescription
version_coreThe version name from the Makefile, for example 1.0.0
library_nameThe library name from the Makefile, for example "pros-template"
versionThe version, for example "1.0.0+123456"
artifact_nameThe artifact name, for example "pros-template@1.0.0+123456"
artifact_pathThe path to the artifact, for example "./pros-template@1.0.0+123456"
make_exit_codeThe exit code from the make command