mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 07:24:31 +08:00
Use latest MSVS 2022 solution files on AppVeyor
For some reason we still used MSVS 2015 solutions, even when using MSVS 2017 compiler.
This commit is contained in:
@@ -35,10 +35,12 @@ environment:
|
||||
- TOOLSET: msbuild
|
||||
CONFIGURATION: DLL Release
|
||||
ARCH: x64
|
||||
VSVER: 17
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||
- TOOLSET: msbuild
|
||||
CONFIGURATION: Debug
|
||||
ARCH: x64
|
||||
VSVER: 17
|
||||
wxUSE_UNICODE_UTF8: 1
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||
- TOOLSET: nmake
|
||||
|
||||
@@ -9,12 +9,12 @@ goto %TOOLSET%
|
||||
|
||||
:msbuild
|
||||
cd build\msw
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" wx_vc14.sln %MSBUILD_LOGGER%
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" wx_vc%VSVER%.sln %MSBUILD_LOGGER%
|
||||
cd ..\..\tests
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" test_vc14.sln %MSBUILD_LOGGER%
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" test_gui_vc14.sln %MSBUILD_LOGGER%
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" test_vc%VSVER%.sln %MSBUILD_LOGGER%
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" test_gui_vc%VSVER%.sln %MSBUILD_LOGGER%
|
||||
cd ..\samples
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" /t:"1 Fundamental Samples\minimal" samples_vc14.sln %MSBUILD_LOGGER%
|
||||
msbuild /m:2 /v:n /p:Platform=%ARCH% /p:Configuration="%CONFIGURATION%" /t:"1 Fundamental Samples\minimal" samples_vc%VSVER%.sln %MSBUILD_LOGGER%
|
||||
goto :eof
|
||||
|
||||
:nmake
|
||||
|
||||
Reference in New Issue
Block a user