StabbyCutyou / generics

Package generics is the true way to program generically in golang
Apache License 2.0
193 stars 9 forks source link

CI for this project? #7

Closed nullbio closed 7 years ago

nullbio commented 7 years ago

Hi, just wondering if you have any plans on adding CI to this. Here are a couple of popular options:

http://circleci.com/ https://travis-ci.org/

I think this will really help future contributors and is a great way to demonstrate to the open source community that -- despite the complexity of this package -- the testing story is well looked after.

Thank you.

StabbyCutyou commented 7 years ago

This is a great idea!

I'll work on this immediately

fortytw2 commented 7 years ago

@StabbyCutyou it's important to test on a variety of CI systems to ensure cross platform compatibility. I'd recommend at least 5 different ones to be safe

StabbyCutyou commented 7 years ago

That's a good point. We cannot allow a false positive on any one CI system to mislead us about the sanctity of these tests.

Can you recommend other free CI systems, and I can add backlog tasks to add more in, once Travis is passing?

On Sep 26, 2016 6:17 AM, "Ian Chiles" notifications@github.com wrote:

@StabbyCutyou https://github.com/StabbyCutyou it's important to test on a variety of CI systems to ensure cross platform compatibility. I'd recommend at least 5 different ones to be safe

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/StabbyCutyou/generics/issues/7#issuecomment-249532474, or mute the thread https://github.com/notifications/unsubscribe-auth/ABdTKm-ES2HSDv9avLdU_NYWnhZGk0hYks5qt5uwgaJpZM4KGFEp .

StabbyCutyou commented 7 years ago

I've integrated Travis into the build. If anyone has further suggestions, please continue to open issues.