Documentation ¶
Overview ¶
Package build provides data structures and functions to run app builds and Device Farm tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct { Log util.Logger Dir string Branch string Config *config.Config Manifest *config.BuildManifest Client *awsutil.DeviceFarm }
A Build specifies all information needed to run a local app build: the working directory, the current Git branch of that directory, the full repo config, and the particular manifest for the given branch.
Click to show internal directories.
Click to hide internal directories.