softsky / people-match-ai

3 stars 0 forks source link

Please, choose the right CI for us #8

Open aahutsal opened 6 years ago

aahutsal commented 6 years ago

We use docker and maven. We use git subprojects. Please, review what is suitable for us.

amedvedchuk commented 6 years ago

I think these three CI are suitable for us:

Travis | https://github.com/marketplace/travis-ci Circle Ci | https://github.com/marketplace/circleci Semaphore | https://github.com/marketplace/semaphore

All they supports docker and git subprojects.

All they have free plans for opensource projects and Semaphore has even free plan for private projects.

There are details https://docs.google.com/spreadsheets/d/1WOKzo4Aqb6dzmVUmN6pcCDPwd0zteQ5AJNCxh83Betc/edit?usp=sharing

so please chose what system you prefer.

jaceklaskowski commented 6 years ago

Worked with Travis and it worked fine. Many OSS projects use it (incl. Spark).

aahutsal commented 6 years ago

Thanks @jaceklaskowski . Travis is what I'm trying to setup right now.