Nerves v1.5.1 Nerves.Artifact.BuildRunner behaviour View Source
Defines the Nerves build runner behaviour
A build runner is a module that can take package source and produce artifacts.
Link to this section Summary
Link to this section Types
Link to this section Callbacks
Link to this callback
archive(package, toolchain, opts)
View Sourcearchive(package :: Nerves.Package.t(), toolchain :: atom(), opts :: term()) :: archive_result()
Link to this callback
build(package, toolchain, opts)
View Sourcebuild(package :: Nerves.Package.t(), toolchain :: atom(), opts :: term()) :: build_result()
Link to this callback
clean(package)
View Sourceclean(package :: Nerves.Package.t()) :: clean_result()