From b7f02b22fe97da3e29a5fe7f1ea632e954af4d52 Mon Sep 17 00:00:00 2001 From: Pringo Date: Sun, 13 Nov 2016 20:08:48 -0800 Subject: [PATCH] Match styling of other wiki pages. --- Buildbot-Overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Buildbot-Overview.md b/Buildbot-Overview.md index 3970fa6..5e3b03e 100644 --- a/Buildbot-Overview.md +++ b/Buildbot-Overview.md @@ -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)