Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildbots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ will schedule a new build to be run as soon as possible.

The build steps run by the buildbots are the following:

* Checkout of the source tree for the changeset which triggered the build
* Compiling Python
* Running the test suite using :ref:`strenuous settings <strenuous_testing>`
* Cleaning up the build tree
* Check out the source tree for the changeset which triggered the build
* Compile Python
* Run the test suite using :ref:`strenuous settings <strenuous_testing>`
* Clean up the build tree

It is your responsibility, as a core developer, to check the automatic
build results after you push a change to the repository. It is therefore
Expand Down