VysotskiVadim/vscode-xamarin-debug

Change CI server

VysotskiVadim opened this issue · 0 comments

travis-ci weaknesses:

  • ubuntu trusty is latest supported and stable ubuntu. xamarin android depends on libzip4 which is not present in ubuntu trusty. now vscode-xamarin-debug uses unsupported ubuntu, and thanks god it works.
  • no preconfigured images, so build takes a lot of time

New CI server requirements:

must have:

  1. macos build agent.
  2. ubuntu 16 and higher build agent.

nice to have

  1. preinstalled xamarin
  2. preinstalled android sdk 27