Reputation: 215
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
Reputation: 7048
Why not just install Hudson on a Windows machine and have it build the same code set?
Upvotes: 1
Reputation: 14619
You should use the Slave launchers, for example:
You may need to install an ssh server on your windows computer.
Upvotes: 0