ilastik / lazyflow

lazy parallel ondemand zero copy numpy array data flows with caching and dirty propagation
Other
77 stars 59 forks source link

Switch to travis #281

Closed k-dominik closed 5 years ago

k-dominik commented 6 years ago

With travis we can test on both, linux and macos for free these days.

Possible alternative would be azure devops services where one can test on all three major platforms

k-dominik commented 6 years ago

what do you guys think? is anyone rooting for microsoft? otherwise i'd add travis/remove circleci from the other repos as well

emilmelnikov commented 6 years ago

What about GitLab CI? They are very good at DevOps, and their runner tool is cross-platform, open-sourced and can be used in a self-hosted setting if needed. However, I am not sure if they have Windows and macOS instances in their SaaS.

k-dominik commented 6 years ago

@emilmelnikov is there a free version of the gitlab CI?

emilmelnikov commented 6 years ago

Yes, sure, they are free for open-source projects: https://about.gitlab.com/solutions/open-source/.