DEV Community

Discussion on: 6 Continuous Integration tools you can use for an Open Source project

Collapse
 
adamgordonbell profile image
Adam Gordon Bell

I didn't even know about Drone CI. It looks interesting.

I believe GitHub Actions is basically unlimited for open source projects. The only limit is that you can't run more than 20 concurrent actions and that your build can't run for over 6 hours continuously. You can see the details here.

I wrote up a similar comparison of the various of GHA vs CircleCI and Travis can also be found here and what I found was that GHA seems to offer the most right now.