vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
480 stars 26 forks source link

Needs CI tests for Windows #7

Open TooTallNate opened 5 years ago

TooTallNate commented 5 years ago

Possibly using CircleCI for Windows beta, or AppVeyor.

markozxuu commented 5 years ago

@TooTallNate Our best option for now is to use AppVeyor. Circle CI it still does not stable release the support for Windows

timneutkens commented 5 years ago

We've been very successful with Azure Pipelines on Next.js: https://azure.microsoft.com/en-us/services/devops/pipelines/

I think now-desktop also uses it.

amio commented 5 years ago

Azure Pipelines looks promising, let's give it a try 👍

Two PRs for this:

  1. Get build script compatible with windows (#12)
  2. Update azure pipelines config for testing with windows image (#13)
markozxuu commented 5 years ago

@amio If we are going to use Azure pipeline I recommend deleting the add/appveyor-configuration branch. I see no case that continues to exist 👀

Screen Shot 2019-04-06 at 00 31 49
amio commented 5 years ago

@MAPESO Yep, branch deleted. I also disabled appveyor webhook, no more alert from appveyor now 😎

markozxuu commented 5 years ago

@amio Great !! 😺