From 9b98e8734c4bd85c95d9c02a229ada85172d62c2 Mon Sep 17 00:00:00 2001 From: David Moxey Date: Fri, 26 Feb 2016 18:36:29 +0000 Subject: [PATCH] Fix missing buildbot info --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 376bd84f7..c1bdc0273 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,16 @@ You should also test your branch on the the code against a number of Linux, Mac and Windows operating systems, both 32- and 64-bit. If your tests don't pass, we can't merge the code into master. +Testing is presently manually executed. You should: + +1. Go to the buildbot site and navigate to the *Builders* page. +2. Scroll to the bottom of the page in the section *Force all builds* +3. Enter your details. If you're working on a fork, then the *Suffix to repo + url* box should be changed to `username/nektar`. +4. Hit the *Force build* button. +5. Check the output in the *Grid* page -- hopefully everything should be green! + Tests can take up to two hours to run. + ## Documentation Nektar++ has a fairly comprehensive user guide and a developer guide that is presently very incomplete. The following are rough guidelines for what you -- GitLab