AnderssonPeter/CompressedStaticFiles

travis vs. AppVeyor

oocx opened this issue · 5 comments

oocx commented

Just out of curiosity, I was wondering why do you use travis and AppVeyor and not only just one CI build service?

To be honest i don't remember it set up a few years ago!

And by now i think i'm more interested in Circle CI (love docker), but i currently don't have the time to change that! :P

oocx commented

I see :). I have not used circle yet. For my own projects, I'm using Azure pipelines.

Example: https://dev.azure.com/oocx/Oocx.AspNetCore.LinkHeader/_build?definitionId=2

Using both lets you run builds for Linux, Mac and Windows. Azure Pipelines lets you do all three and have also started using it more recently.

I have changed over to Circle-CI, it seems to support a better integration with github than AppVeyor.