diskuv/Distribute dk modules

Distribute your dk modules in your GitHub Action workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dk-versionThe version of the dk build system to use. The default is the latest version.no2.5
idThe library and version of your distribution. Ex. CommonsBase_Std@1.0.1. The version must be valid semver. Any semver build metadata (a "+" and [0-9A-Za-z-] characters) is stripped.no
pubkeyYour public key for the distribution version.no
seckeyYour secret key for the distribution version.no
objectsThe objects to build, separated by newlines or commas. Each object is SLOT:MODULE@VERSION. Example: Release.Agnostic:SomeTest_Std.Form@1.0.0no
scriptsThe script modules to build, separated by newlines or commas. Each script module is MODULE@VERSION. Example: SomeTest_Std.Rules@1.0.0no
use-cacheWhether to cache value stores and trace stores between runs.nofalse
optionsOptions to pass to `dk` and/or `dk0`. Default is `-I etc/dk/v`no-I etc/dk/v
experimental-mlfront-refUse the bleeding edge of https://gitlab.com/dkml/build-tools/MlFront.git. Do not use for production.nofalse

no outputs