1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +01:00

Appveyor (automated Windows builds) merge from bslatner/master

Changes to work with automated builds.
This commit is contained in:
James Crook
2018-01-04 15:53:13 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -181,6 +181,7 @@ win/Release
win/Projects/*/Debug
win/Projects/*/Release
win/.vs/
win/packages
# All those help files
help/manual*

View File

@@ -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%'