Ask HN: Which CI do you use for small private projects?

  • I run Drone CI (https://github.com/drone/drone) on Digital Ocean. For ~5 dollars a month, I get all of my private repos built automatically. I looked at Travis, Circle, &c., but they all seemed really expensive for private repos that may not be built > 50 times per month (with many not getting built per month).

  • Has anyone installed Gitlab just for the CI component?

  • Circle CI has options for private projects.

  • Why do you think you need CI for small projects? Sane build scripts should be enough.