wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Replace Travis with CircleCI #8

Closed jtreanor closed 5 years ago

jtreanor commented 5 years ago

Adding a CircleCI config for this repo. It re-uses the configuration from https://github.com/wordpress-mobile/circleci-orbs.

Since builds on this repo are quite rare, I have removed the Travis config at the same time. A transition period wouldn't be very useful when there are no builds.

aforcier commented 5 years ago

@jtreanor I was taking a look at the CircleCI config and it looks like checkstyle may have been left out during the migration.

I think we should also continue including assembleDebug, since the login flow has a few paths that check for BuildConfig.DEBUG and it's worth validating those.

jtreanor commented 5 years ago

@aforcier Thanks Alex, I'll update.