linux - 在 Linux 上为 Windows 每晚构建

标签 linux windows continuous-integration nightly-build

有没有我可以在 Linux(Debian) 上实现的系统,可以从针对 windows 的 github 存储库(.exe 文件)进行夜间构建?

我知道像 CCNET 和 TeamCity 这样的程序,但它们适用于 Windows。

目前我们使用 Visual Studio 2013 来构建我们的项目(我们也支持代码“” block ,但不推荐它)。

最佳答案

我们是这样做的:

  1. 在 Linux (Ubuntu) 上运行 Jenkins
  2. 在多个 WinXP 系统上运行 build slaves 来构建代码,例如,这甚至可以在您自己的笔记本电脑上完成。当然你需要让它过夜。

关于linux - 在 Linux 上为 Windows 每晚构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22651064/

相关文章:

c++ - 如何在 Windows 下监控/记录对远程文件夹的文件访问?

php - 如何配置 Jenkins 作业以运行单元测试

continuous-integration - github,分支中的测试工作流程

linux - shell脚本中mv命令的问题

linux - 为 Hyper-V 编译最小的 Linux 3.5 内核

java - Android studio : Unable to detect adb version, 退出值 0xc0000135

c++ - 查找单实例 Qt 应用程序的 QWidget

windows - 如何设置 Jenkins CI 以在 Windows 上使用 https?

c++ - 是什么导致此 C 代码中出现段错误?

C wait3() int* status 或 int* stat_loc