What tools do you use for Automated Builds / Autom

2019-03-11 05:53发布

What tools do you use for Automated Builds / Automated Deployments? Why?

What tools do you recommend?

20条回答
2楼-- · 2019-03-11 06:33

CruiseControl for automated builds. Works great.

查看更多
乱世女痞
3楼-- · 2019-03-11 06:33

We used to use Visual Build from Kinook software, but recently with our new application we switched to MSBuild since it had better integration with TFS and the ability to create custom tasks.

查看更多
欢心
4楼-- · 2019-03-11 06:36

For our Windows-compilable stuff, we use FinalBuilder.

查看更多
再贱就再见
5楼-- · 2019-03-11 06:36

I've had success using buildbot, triggered by a post-commit script on a subversion repository. This has been used for both automated builds and automated testing.

查看更多
forever°为你锁心
6楼-- · 2019-03-11 06:38

Hudson for automated builds. I chose it because it was the easiest to setup and demo. A system that's too complex and isn't slick-looking won't impress management enough to get them on-board for automated builds. Especially in a project that has a lot of inertia.

查看更多
Melony?
7楼-- · 2019-03-11 06:39

make and bash on linux

make and cmd on windows

查看更多
登录 后发表回答