To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorBuild syntax
Weyland builds are defined in ruby files named, by convention, Weylandfile
.
Within these files you define a single package object which contains one or more
tasks. In Weyland packages are groups of tasks which are executed in a particular
order to achieve a desired result. Tasks can depend on other tasks defined in the
package which defines them, or in external packages.
External dependencies are defined in files named, by convention, Dependencies
.
This file contains an array of Package signatures, and the location where Weyland
can locate the full package.
Topics
Last published almost 7 years ago by smkell.