concretesolutions / kappuccino

A kotlin library to simplify how to do espresso tests on Android.
Apache License 2.0
109 stars 20 forks source link

Change CI tool #117

Open cs-bruno-silva opened 6 years ago

cs-bruno-silva commented 6 years ago

Is bitrise a real option? Don't you think that would be better to know the code that is running on CI?

Reasons to consider a CI with a configuration file

People can understand what CI is doing by looking the file. They can reproduce CI pipelines locally. It's easy to migrate between services since there's no need to log in to understand what CI does, it's public and it's on our code. Others can suggest improvements to CI pipelines.

Possible tools

matheus-corregiari commented 6 years ago

Circle CI is a good option! I used recently and it was really easy to configure.

heitorcolangelo commented 6 years ago

Hey, really don't mind changing the CI. I chose Bitrise because was the one that we were working on in our project. I would like to try Circle CI. 👍