mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Appveyor (automated Windows builds) merge from bslatner/master
Changes to work with automated builds.
This commit is contained in:
commit
d9c879881e
1
.gitignore
vendored
1
.gitignore
vendored
@ -181,6 +181,7 @@ win/Release
|
|||||||
win/Projects/*/Debug
|
win/Projects/*/Debug
|
||||||
win/Projects/*/Release
|
win/Projects/*/Release
|
||||||
win/.vs/
|
win/.vs/
|
||||||
|
win/packages
|
||||||
|
|
||||||
# All those help files
|
# All those help files
|
||||||
help/manual*
|
help/manual*
|
||||||
|
@ -20,7 +20,7 @@ install:
|
|||||||
- xcopy %AUDACITY_ROOT%\win\wxWidgets_additions\wxWidgets-3.0.2 %WXWIN% /s /y /f
|
- 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
|
- xcopy %WXWIN%\include\wx\setup_redirect.h %WXWIN%\include\wx\setup.h* /f
|
||||||
# build wxWidgets
|
# 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:
|
environment:
|
||||||
WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets'
|
WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets'
|
||||||
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user