mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 16:11:14 +02:00
Don't override build parameters in appveyor.yml.
Leave them as set by Directory.Build.props.
This commit is contained in:
parent
799db937ef
commit
3e0475e740
@ -14,9 +14,9 @@ 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;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"
|
- msbuild /m %WXWIN%\build\msw\wx_vc15.sln "/p:Configuration=DLL Release;Platform=Win32;PlatformToolset=v141" /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%\lib-src\wxWidgets'
|
||||||
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
||||||
# replace `build_script` with `build` and `configuration` when complete build
|
# replace `build_script` with `build` and `configuration` when complete build
|
||||||
# does not exceed a duration of 1 hour
|
# does not exceed a duration of 1 hour
|
||||||
@ -26,7 +26,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;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" &&
|
msbuild /m win/audacity.sln /p:Configuration=Release;Platform=Win32;PlatformToolset=v141 /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