Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 543 Bytes

configure.rst

File metadata and controls

18 lines (11 loc) · 543 Bytes
.. bb:step:: Configure

Configure

.. py:class:: buildbot.steps.shell.Configure

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

from buildbot.plugins import steps

f.addStep(steps.Configure())