From 053a2104ab72a9cfa4d6cb487e1b4ccd2be34bef Mon Sep 17 00:00:00 2001 From: Bryan Slatner Date: Tue, 7 Nov 2017 09:58:00 -0500 Subject: [PATCH 1/2] XML library is required --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ad9e3c8a4..2925a244e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ install: - xcopy %AUDACITY_ROOT%\win\wxWidgets_additions\wxWidgets-3.0.2 %WXWIN% /s /y /f - xcopy %WXWIN%\include\wx\setup_redirect.h %WXWIN%\include\wx\setup.h* /f # build wxWidgets - - msbuild /m %WXWIN%\build\msw\wx_vc12.sln "/p:Configuration=DLL Release;PlatformToolset=v120_xp" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" + - msbuild /m %WXWIN%\build\msw\wx_vc12.sln "/p:Configuration=DLL Release;PlatformToolset=v120_xp" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" environment: WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets' AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%' From 9d6315fca4a5950b95fc8b2f9c6e77e1bdc4b713 Mon Sep 17 00:00:00 2001 From: Bryan Slatner Date: Tue, 7 Nov 2017 09:59:59 -0500 Subject: [PATCH 2/2] Ignore NuGet package binaries --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eafed0c3f..d1e3a5532 100644 --- a/.gitignore +++ b/.gitignore @@ -181,6 +181,7 @@ win/Release win/Projects/*/Debug win/Projects/*/Release win/.vs/ +win/packages # All those help files help/manual*