mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-14 15:29:53 +02:00
Switch AppVeyor to wxWidgets 3.1.1
Using v3.1.1 removes our custom fixes - of which the most important tis the rename-retry to deal with virus checkers. We'll bring that back in later with code in Audacity itself. Use --recurse-submodules as wxWidgets now has png and other subprojects as submodules.
This commit is contained in:
parent
76f72f0a3b
commit
6a62443337
@ -22,7 +22,7 @@ install:
|
||||
# the moment due to long duration
|
||||
- nuget install Gettext.Tools -Version 0.19.8.1 -OutputDirectory %AUDACITY_ROOT%\win\packages
|
||||
# download wxWidgets
|
||||
- git clone --branch audacity-fixes --depth 1 https://github.com/audacity/wxWidgets.git %WXWIN%
|
||||
- git clone --recurse-submodules --branch v3.1.1 --depth 1 https://github.com/audacity/wxWidgets.git %WXWIN%
|
||||
# build wxWidgets
|
||||
- msbuild /m %WXWIN%\build\msw\wx_vc12.sln "/p:Configuration=DLL Release;PlatformToolset=v120;WholeProgramOptimization=true" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user