Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 854 Bytes

configure.rst

File metadata and controls

25 lines (16 loc) · 854 Bytes

Configure

Note

This step is being migrated to new-style<New-Style-Build-Steps>. A new-style equivalent is provided as ConfigureNewStyle. This should be inherited by any custom steps until Buildbot 3.0 is released<3.0_Upgrading>. Regular uses without inheritance are not affected.

This is intended to handle the ./configure step from autoconf-style projects, or the perl Makefile.PL step from perl MakeMaker.pm-style modules. The default command is ./configure but you can change this by providing a command= parameter. The arguments are identical to :bbShellCommand.

from buildbot.plugins import steps

f.addStep(steps.Configure())