ARMmbed / ci-test-shield

mbed CI Test Shield
Apache License 2.0
9 stars 36 forks source link

add circle CI file to the repo #95

Closed jamesbeyond closed 4 years ago

jamesbeyond commented 4 years ago

add circle CI file to the repo. so this repo will be covered by CI

jamesbeyond commented 4 years ago

Just one question: wouldn't it be better to use the same as in Mbed OS - Travis instead of circle ci ?

I don't have a very strong preference. function-wise they are very very similar, and I just need to use them to run mbed compile command

As I can tell a lot of our projects are using circle CI as well. circle CI is free for any public repos on enterprise account. but Travis seems charges for business accounts. since I don't have the permission to login to Travis to manage the account. So I started with Circle CI

Another reason might seem circleCI seems to work with docker images better.

0xc0170 commented 4 years ago

All fine I was just curios, both are used.

cmonr commented 4 years ago

@jamesbeyond Both can use and run docker images.

Fwiw, I prefer to use Travis CI since it's UI is considerably lighter and easier to use (imo).