请问HN:我在寻找一个适合我本地实验室的CI/CD项目。
你好,我家里有几台电脑,我用它们来构建和测试我正在进行的项目。问题是我目前所有操作都是通过“手动ssh/scp”(一些基本的bash脚本)来完成的。
我想知道是否有人使用某种本地持续集成(CI)软件来自动化这个过程:选择我的源代码,发送到一台机器上,运行一些命令并向我展示日志(我可以接受在后台使用ssh)。有什么建议吗?
提前感谢!
查看原文
Hello, I have a couple of computers in my home that I use to build and test whatever I am working on. The problem is that I currently do everything over "manual ssh/scp" (some basic bash scripting).<p>I was wondering if anyone uses some kind of of local CI software to automate this process: pick my source code, send it to a machine, run some commands and show me the log (I am ok with doing it over ssh under the hood). Any tips?<p>Thanks in advance.