fn addInstallArtifact(self: *Build, artifact: *Step.Compile, options: Step.InstallArtifact.Options) *Step.InstallArtifact

This merely creates the step; it does not add it to the dependencies of the top-level install step.

Parameters

self: *Build,
artifact: *Step.Compile,