... | ... | @@ -51,6 +51,12 @@ The Qt toolkit from the last build of qtbase will be used. |
|
|
The way the run command executes the job can be modified with parameters
|
|
|
after the `run` command. The most important options are
|
|
|
|
|
|
* '--env KEY=VALUE` runs the job with additional environment variables set.
|
|
|
Multiple variables can be set by providing a comma-separated list, e.g.
|
|
|
`SETTING=blah,STUFF=foo`. To add a new value to an existing variable,
|
|
|
use the `+=` operator, e.g. `PATH+=foo`. Note that this will prepend the value
|
|
|
so that it has precedence.
|
|
|
|
|
|
* `--privileged` executes the command with elevated privileges
|
|
|
|
|
|
* `--parallel` executes the job on all machines at the same time
|
... | ... | |