Tagged Questions

1
vote
2answers
159 views

buildbot on windows as a service

After following the suggestions outlined on their website on how to set up buildbot on windows, I'm left with one last question - I have multiple slaves and one master all set up on one computer ...
1
vote
2answers
367 views

win32api.dll Will Not Install

I am trying to start a Buildbot Buildslave on a Windows XP virtual machine: python buildbot start . ImportError: No module named win32api. Google tells me that win32api is win32api.dll. I ...
0
votes
0answers
90 views

Compile command in buildbot to generate the python executable file

There are lots of articles talking about how to create an executable (.exe) file from Python script on Windows from command line (by using py2exe, etc.). However, I have not had any luck finding how ...
0
votes
1answer
459 views

buildbot and cmake cannot create vs2010 generator

i mount a continious integration plateform with buildbot, the project use cmake for generate a visual studio 2010 solution. for test purpose i use my windows dev vm for the buildslave, cmake die with ...
0
votes
2answers
429 views

run buildbot on Windows XP

I recently stumbled over buildbot and wanted to give it a try. My problem is that I have to run it under Windows because we don't use Linux on workstations or servers in my company. I've already ...