X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/37768a7d91692584ade175fda9bcdcb2528ab87d..a5f97d98b0017c47e056f43b27c76a21b3faa0a7:/build-farm.conf.template diff --git a/build-farm.conf.template b/build-farm.conf.template index 0f44dfc..8255bb3 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -42,6 +42,8 @@ my $branch; # git_reference => undef, # or gmake if required. can include path if necessary. make => 'make', + # 1 = any make will do, 0 = require GNU (default) + non_gnu_make => 0, # >1 for parallel "make" and "make check" steps make_jobs => undef, # default is "tar -z -cf runlogs.tgz *.log" @@ -167,14 +169,14 @@ my $branch; optional_steps =>{ # which optional steps to run and when to run them - # build_docs => {min_hours_since => 24*7}, - make_test => {min_hours_since => 24*7}, + # 'make-doc' => {min_hours_since => 24*7}, + test => {min_hours_since => 24*7}, }, # locales to test locales => [qw( C )], - # Unused + # Placemarker for auto-generated build features config_opts =>[ qw() ],