TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CI/CD on a budget for open source projects

66 pointsby danielmunroalmost 5 years ago

11 comments

MaulingMonkeyalmost 5 years ago
&gt; For open source projects, everything except the droplet in Digital Ocean is completely free.<p>Alternatively, Appveyor &amp; Travis have fully free tiers. They don&#x27;t even have my credit card number. CI is trivially forked, doesn&#x27;t require configuring secrets per repository, etc. Being CI focused, both have configuration and UI oriented towards having a matrix of builds that can individually pass&#x2F;fail for more granular results, and comes with various SVG badges for build status.<p>A concrete example of travis on a Rust project:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;MaulingMonkey&#x2F;bugsalot&#x2F;blob&#x2F;master&#x2F;.travis.yml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MaulingMonkey&#x2F;bugsalot&#x2F;blob&#x2F;master&#x2F;.travi...</a><p><a href="https:&#x2F;&#x2F;travis-ci.org&#x2F;github&#x2F;MaulingMonkey&#x2F;bugsalot&#x2F;builds&#x2F;628911388" rel="nofollow">https:&#x2F;&#x2F;travis-ci.org&#x2F;github&#x2F;MaulingMonkey&#x2F;bugsalot&#x2F;builds&#x2F;6...</a><p>Linux&#x2F;Windows&#x2F;OSX unit testing, Android&#x2F;iOS&#x2F;WASM builds.
idoubtitalmost 5 years ago
A more indicative title would be: Hints for a self-hosted Java CI&#x2F;CD with Github actions.<p>If you&#x27;re using Gitlab and languages other than Java, there is nothing useful in this blog post.
评论 #23371799 未加载
评论 #23371579 未加载
Uninenalmost 5 years ago
You can do everything mentioned in the bullet points (CI service, test, build environment, docker image repository, code quality, coverage, metrics) except running the production code for free on Gitlab.com or self-hosted GitLab instance.<p>Edit. Serious question: why would you want to set up and maintain several different tools when you can have everything running in one place?
dawnerdalmost 5 years ago
I use drone on my own server and love it. Just another alternative I wanted to mention<p><a href="https:&#x2F;&#x2F;drone.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;drone.io&#x2F;</a>
f00_almost 5 years ago
Google is offering free fuzzing to large open source projects: <a href="https:&#x2F;&#x2F;google.github.io&#x2F;oss-fuzz&#x2F;getting-started&#x2F;accepting-new-projects&#x2F;" rel="nofollow">https:&#x2F;&#x2F;google.github.io&#x2F;oss-fuzz&#x2F;getting-started&#x2F;accepting-...</a>
评论 #23373174 未加载
dan_can_codealmost 5 years ago
Thanks for sharing Daniel. I&#x27;m not sure if you&#x27;re aware but netlify and vercel offer free domain hosting for Javascript &#x2F; JAMstack projects. They both also offer pretty decent free CI&#x2F;CD workflows, but I&#x27;m not sure how that works with custom images or anything.
exegetealmost 5 years ago
I did something similar with a Flask server on EC2 that is updated on every push using Github Actions.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;wesbarnett&#x2F;flask-project" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wesbarnett&#x2F;flask-project</a>
catchmeifyoucanalmost 5 years ago
It comes down to how often you build, but I’ve been using AWS Amplify for CI&#x2F;CD, and it’s been really awesome and simple to set up. You point it to your GitHub Repo, and you’re good to go. It works well for webapps.
nickbaumanalmost 5 years ago
It would be better if it were expressed using Maven instead of Gradle because Gradle is just one more languaged-based build tool that rides on Maven.
econconalmost 5 years ago
You can use Lambda for CI&#x2F;CD and it will run on demand so you&#x27;ll not be paying for it within free tier.
amdelamaralmost 5 years ago
&gt; Digital Ocean starts at a $5&#x2F;mo buy in.<p>Heroku is $0&#x2F;mo to start. heroku.com&#x2F;free