mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Appveyor build settings
- WindowsTargetPlatformVersion=10.0.17134.0; latest fixes, but believed still compatible with Windows 7. - Platform=Win32; - PreferredToolArchitecture=x64; 64 bit build tools can use more memory. - PlatformToolset=v141; v140 would use MSVC2015 tools. v141 matches MSVC2017 IDE builds. If we don't specify these, we get the defaults and could get wxWidgets compiled with SDK8.1 (default) and Audacity with a SDK 10.
This commit is contained in:
parent
c2bc21030f
commit
3f92321547
@ -21,7 +21,7 @@ install:
|
|||||||
# download wxWidgets
|
# download wxWidgets
|
||||||
- git clone --recurse-submodules --branch v3.1.1 --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
|
# build wxWidgets
|
||||||
- msbuild /m %WXWIN%\build\msw\wx_vc15.sln "/p:Configuration=DLL Release;PlatformToolset=v140;WholeProgramOptimization=true" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
- msbuild /m %WXWIN%\build\msw\wx_vc15.sln "/p:Configuration=DLL Release;Platform=Win32;PreferredToolArchitecture=x64;WindowsTargetPlatformVersion=10.0.17134.0;PlatformToolset=v141;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:
|
environment:
|
||||||
WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets'
|
WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets'
|
||||||
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
||||||
@ -33,7 +33,7 @@ environment:
|
|||||||
#- Release
|
#- Release
|
||||||
build_script: # build all targets except `help`
|
build_script: # build all targets except `help`
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
msbuild /m win/audacity.sln /p:Configuration=Release;PlatformToolset=v140;WholeProgramOptimization=true /target:expat,filedialog,libflac++,libflac,libid3tag,libmad,libnyquist,libogg,libscorealign,libsndfile,libsoxr,libvamp,libvorbis,lv2,portaudio-v19,portmidi,portmixer,portsmf,sbsms,soundtouch,twolame,Audacity /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
|
msbuild /m win/audacity.sln /p:Configuration=Release;Platform=Win32;PreferredToolArchitecture=x64;WindowsTargetPlatformVersion=10.0.17134.0;PlatformToolset=v141;WholeProgramOptimization=true /target:expat,filedialog,libflac++,libflac,libid3tag,libmad,libnyquist,libogg,libscorealign,libsndfile,libsoxr,libvamp,libvorbis,lv2,portaudio-v19,portmidi,portmixer,portsmf,sbsms,soundtouch,twolame,Audacity /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
|
||||||
del /S win\Release\*.ipdb &&
|
del /S win\Release\*.ipdb &&
|
||||||
del /S win\Release\*.iobj &&
|
del /S win\Release\*.iobj &&
|
||||||
del /S win\Release\*.lib &&
|
del /S win\Release\*.lib &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user