cefsharp/cef-binary

Build.ps1: Use Minimal Distribution instead of Standard Distribution

merceyz opened this issue · 3 comments

CEF issue 2169 has been resolved, this means build.ps1 can use the Minimal Distribution instead of the Standard Distribution to speed up the download, and as a result, total build time.

https://bitbucket.org/chromiumembedded/cef/issues/2169/support-building-just-libcef_dll_wrapper

Good point @merceyz. Will you do it it? 😉

I think we should also do something about the builds in general, the AppVeyor stats doesn't seem to be reporting back to this repo as it should. Would be nice to always see it red/green on a PR as usual.

I think we should also do something about the builds in general, the AppVeyor stats doesn't seem to be reporting back to this repo as it should. Would be nice to always see it red/green on a PR as usual.

Probably due to

skip_non_tags: true

Probably due to

cef-binary/appveyor.yml

Line 9 in a9fadc9
skip_non_tags: true

Correct. I also saw it in the web UI, so I've changed it there (because it need it for another change I'm working on.)

But yeah, it should be fixed in the .yml as well. Feel free to fix it if you like.