Buildbot         Short tutorial for adding buildslaves to the ogre buildbot

short tutorial for adding buildslaves to the ogre buildbot.

Table of contents

windows

rem add some paths
 SET PATH=%PATH%;C:\Program Files\Subversion\bin
 SET PATH=%PATH%;C:\Program Files\CMake 2.6\bin
 rem setup environment for building
 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
 C:\Python26\Scripts\buildbot.bat start .
  • to be completed

linux

to be done