user986654
user986654

Reputation: 215

Linux Hudson, Windows build

I have Hudson installed on Linux. Compiling and testing Linux releases works fine. But I would like to build and test also Windows releases using Visual Studio. I already have .bat script that runs building, but I don't know how can I connect it to Hudson.

Upvotes: 1

Views: 217

Answers (2)

jwernerny
jwernerny

Reputation: 7048

Why not just install Hudson on a Windows machine and have it build the same code set?

Upvotes: 1

Brian Cain
Brian Cain

Reputation: 14619

You should use the Slave launchers, for example:

You may need to install an ssh server on your windows computer.

Upvotes: 0

Related Questions