在buildbot中编译命令生成python可执行文件

发布于 2024-10-20 05:14:27 字数 221 浏览 0 评论 0原文

有很多文章讨论如何通过命令行(通过使用 py2exe 等)在 Windows 上通过 Python 脚本创建可执行 (.exe) 文件。然而,我没有找到如何让 buildbot 工具在每次运行时自动从 Python 脚本创建可执行文件。

我正在 Windows XP 上运行 buildbot 工具。

是否有编译命令来配置buildbot中的master.cfg以生成python .exe文件?

There are lots of articles talking about how to create an executable (.exe) file from Python script on Windows from command line (by using py2exe, etc.). However, I have not had any luck finding how to make buildbot tool automatically create the executable file from Python script every time it runs.

I am running buildbot tool on Windows XP.

Is there a compile command to configure the master.cfg in buildbot to generate the python .exe file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱要勇敢去追 2024-10-27 05:14:27

正如 Bryan Ross 所建议的,py2exe 是一个命令行工具,可以像任何其他工具一样运行,使用 ShellCommand

另一方面,将使用 py2exe 创建 exe 的功能添加到构建系统中,然后从 buildbot 中以这种方式调用它,这似乎是有意义的。这样做的优点是,开发人员和用户可以在本地计算机上获得与构建机器人完全相同的行为。

As Bryan Ross suggested, py2exe is a commmand line tool, that can be run just like any other, using ShellCommand.

On the other hand, it would seen to make sense to add the ability to create a exe using py2exe to your build system, and then invoke it that way from buildbot. This has the advantage that developers and users can then get the exact same behavior as the buildbot, on their local machines.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文