spatial worker build
Builds all workers.
Synopsis
For each worker, runs the ‘Build’ task, which is specified, either directly or indirectly, in
the worker’s ‘spatialos.
By default, this task will perform the steps necessary to build a standalone version of each worker, and normally runs ‘Codegen’ as its first step.
See the SpatialOS documentation for more information about customising this process.
Default behaviour and specifying worker names:
If run from the root of the application with no arguments, all workers will be affected. If run from within a worker’s directory with no arguments, only that worker will be affected. If worker names are specified on the command line, only those workers will be affected, regardless of where it is run from.
spatial worker build [worker names]
Options
-t, --target string Specify which target to build. Builds all targets when not specified.
SEE ALSO
- spatial - SpatialOS project management
- spatial worker build build-config - Build worker bridge configuration and launch configuration