We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447b51 commit 07dee89Copy full SHA for 07dee89
1 file changed
appveyor.yml
@@ -41,9 +41,10 @@ before_build:
41
- 'cd %APPVEYOR_BUILD_FOLDER%\DiligentSamples\BuildTools\FormatValidation'
42
- validate_format_win.bat
43
- 'cd %APPVEYOR_BUILD_FOLDER%'
44
+ - set WindowsTargetPlatformVersion=10.0.17763.0
45
- echo %PLATFORM%
46
- echo.%cmake_args%
- - cmake %cmake_args% -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
47
+ - cmake %cmake_args% -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -D CMAKE_SYSTEM_VERSION=10.0.19041.0 -G "Visual Studio 16 2019" -A %PLATFORM%
48
- nuget restore C:\projects\diligentengine\build\DiligentEngine.sln
49
50
build:
0 commit comments