ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

Add continuous integration #93

Closed starkej2 closed 6 years ago

starkej2 commented 6 years ago

Continuous integration would be helpful to make sure proposed pull requests build successfully. CircleCi would be pretty easy to set up, but I'm not an admin in the repo so maybe @edubarr can help.

ebarrenechea commented 6 years ago

I added the circleci webhook now all we need is the config file and it should be all setup.

starkej2 commented 6 years ago

Nice! thanks @edubarr

oshamahue commented 6 years ago

CircleCi gets triggered but fails because of the missing yaml file.

starkej2 commented 6 years ago

Yeah that's the config file that still needs to be added @oshamahue. I'll try to get that pushed today.