Method

FoundryCiRunOptionsset_fail_fast

unstable since: 1.2

Declaration [src]

void
foundry_ci_run_options_set_fail_fast (
  FoundryCiRunOptions* self,
  gboolean fail_fast
)

Description [src]

Sets whether execution stops after the first failed job.

Available since: 1.2

Parameters

fail_fast

Type: gboolean

Whether to stop after the first failed job.