bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.64k stars 3.27k forks source link

Investigate other CI systems #2764

Closed bgruening closed 7 years ago

bgruening commented 8 years ago

Given the vast amount of PR every day I think it makes sense to split our testing into 2 different CI systems. Similar to what conda-forge is doing. Travis can do the OSX jobs and some other service could take over the Linux builds.

hainm commented 7 years ago

I've been using circleci and seems to be a good additional ci.

colinbrislawn commented 7 years ago

There are tons of CI services, and it's a little tricky to differentiate them. I'll add wercker to the list.

I'm not sure which parts of the build are worth splitting out, but wercker could be a good fit for making Docker containers.

bgruening commented 7 years ago

Since the issue we tried a few others but at the moment we are quite happy with travis and the bulk branch. Closing for now.