Match styling of other wiki pages.

Pringo 2016-11-13 20:08:48 -08:00
parent 8c88968328
commit b7f02b22fe
1 changed files with 0 additions and 2 deletions

@ -1,7 +1,6 @@
Buildbot is a continuous integration framework that we use to build Dolphin patches on different platforms. Builds can be triggered automatically (e.g., when a whitelisted GitHub user creates/updates a pull request) or manually (e.g., using the Tools/buildbot-try.sh helper script). Ping delroth on IRC to get access.
## Configuration File
---
Use this template to create a `~/.buildbot/options` file:
@ -21,7 +20,6 @@ banana.SIZE_LIMIT = 100 * 1024 * 1024
To override the `try_builders` setting use one or more `--builder` parameters.
## Links
---
- [Dolphin Buildbot](https://buildbot.dolphin-emu.org/)
- [Waterfall view of recent builds](https://buildbot.dolphin-emu.org/waterfall)