Enable wxUSE_WEBVIEW_EDGE in an AppVeyor test

This commit is contained in:
Maarten Bent
2021-01-19 01:20:02 +01:00
parent 564f9d6037
commit 71c4653b94
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
set MSBUILD_LOGGER=/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
if "%wxUSE_WEBVIEW_EDGE%"=="1" (
curl -L -o 3rdparty/webview2.zip https://www.nuget.org/api/v2/package/Microsoft.Web.WebView2
7z x 3rdparty/webview2.zip -o3rdparty/webview2 -aoa
)
goto %TOOLSET%
:msbuild