TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any self hosted CI/CD for mobile apps suggestions?

2 点作者 mateioprea超过 3 年前
Hi HN,<p>I have 2 spare macs and I want to use them as CI&#x2F;CD platform for my projects. Do you have any suggestions for open source CI&#x2F;CD projects? I&#x27;ve seen Tekton is cool but I don&#x27;t have that much experience with Kubernetes.<p>Edit: it needs to be Mac friendly since I want to test iOS apps on it.

2 条评论

andymoe超过 3 年前
If you want to run my favorite industrial strength ci system you can look at <a href="https:&#x2F;&#x2F;concourse-ci.org" rel="nofollow">https:&#x2F;&#x2F;concourse-ci.org</a><p>Gives you the ability to install workers on Mac so you can do iOS builds if you like. Google around for concourse ci iOS for articles.<p>There are multiple ways to deploy concourse but the components are just go binaries when it comes down to it.<p>(Also, it’s probably overkill but you asked. I don’t know how apples ci system fairs today. It was always a bit rough in the past)
评论 #30041170 未加载
lfoooo超过 3 年前
I use GitLab to run a React Native test suite (android and iphone) in a Mac. <a href="https:&#x2F;&#x2F;docs.gitlab.com&#x2F;runner&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.gitlab.com&#x2F;runner&#x2F;</a>