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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Self hosted CI tightly integrated with Gitea

1 点作者 theSage超过 2 年前
I recently started using Gitea to host all my small projects. This has been great so far, however the lack of an inbuilt CI system like (github &#x2F; gitlab) ended up hitting me hard.<p>I turned to drone CI &#x2F; woodpecker CI &#x2F; agola CI but they all required me to set up a server &#x2F; runner etc so that they could run.<p>That&#x27;s why I build Jaypore CI:<p>- Runs on your laptop &#x2F; remote cloud<p>- CI status is directly posted in pull request description<p>- Uses docker to run everything so we can have caching &#x2F; db services &#x2F; publishing packages etc<p>- Configuration language is normal python. This allows job matrix, complex conditional jobs, multiple languages for each job<p>https:&#x2F;&#x2F;github.com&#x2F;theSage21&#x2F;jaypore_ci

暂无评论

暂无评论