File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ environment:
1515 - platform : x64
1616 configuration : Debug
1717 cmake_args : -D DILIGENT_BUILD_CORE_TESTS=TRUE -D DILIGENT_BUILD_TOOLS_TESTS=TRUE
18+ WindowsTargetPlatformVersion : 10.0.17763.0
1819 platform_name : Windows
1920
2021 # Win32/x64/RelWithDebInfo
2122 - platform : x64
2223 configuration : RelWithDebInfo
2324 cmake_args :
25+ WindowsTargetPlatformVersion : 10.0.17763.0
2426 platform_name : Windows
2527
2628# clone directory
@@ -41,6 +43,7 @@ before_build:
4143 - ' cd %APPVEYOR_BUILD_FOLDER%\DiligentSamples\BuildTools\FormatValidation'
4244 - validate_format_win.bat
4345 - ' cd %APPVEYOR_BUILD_FOLDER%'
46+ - set WindowsTargetPlatformVersion=10.0.17763.0
4447 - echo %PLATFORM%
4548 - echo.%cmake_args%
4649 - 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%
You can’t perform that action at this time.
0 commit comments