Nerves.Artifact.BuildRunner behaviour (nerves v1.7.2) 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
Specs
archive(package :: Nerves.Package.t(), toolchain :: atom(), opts :: term()) :: archive_result()
Specs
build(package :: Nerves.Package.t(), toolchain :: atom(), opts :: term()) :: build_result()
Specs
clean(package :: Nerves.Package.t()) :: clean_result()