开发者

I want to perform build automation using python, and it should be cross platform. Is python a good choice? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be s开发者_高级运维upported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I would like to automate nightly builds using python. I am new to python and will need guidance from the programmers who can help me.


Python is a nice language for build automation. There are two python based build systems, Scons and Waf, that will ease the job for you.


If your project have already any build system (automake, cmake, msbuild, ant, maven.. you name it), you can use some ready CI solution. There is some choice here, including one written in python (buildbot: http://trac.buildbot.net/), but I'd suggest to set up Jenkins: http://jenkins-ci.org/. It's very good, easy to use, quite scalable, cross-platform, cross-language, build-system-agnostic, extensible CI system.

If not, then you should start with applying some existing build system.


Python is much better choice,since Python is used extensively in youtube to do automation work,Python is also used in robotics,so python is right choice, it would be much easier for us to help if you can share what type of automation you are speaking about.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜