Reputation: 1302
Is there a system I could implement on Linux(Debian) to have nightly builds from a github repository targeted to windows(.exe files)?
I know programs like CCNET and TeamCity but they are for windows.
Currently we use Visual Studio 2013 to build our project(We also support Code""Blocks but dont recommend it).
Upvotes: 2
Views: 115
Reputation: 6842
This is how we do it:
Upvotes: 1