-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build.ps1: Use Minimal Distribution instead of Standard Distribution #56
Comments
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. |
Probably due to Line 9 in a9fadc9
|
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 |
(Deleted because I misunderstood something, I'll open a separate issue) |
CEF issue 2169 has been resolved, this means
build.ps1
can use theMinimal Distribution
instead of theStandard 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
The text was updated successfully, but these errors were encountered: