We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7353a commit fb432fcCopy full SHA for fb432fc
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: '2.5.{build}'
+version: '2.6.{build}'
2
3
# branches to build
4
branches:
@@ -36,7 +36,7 @@ before_build:
36
- echo add_subdirectory(DiligentTools) >> CMakeLists.txt
37
- echo add_subdirectory(DiligentFX) >> CMakeLists.txt
38
- echo %PLATFORM%
39
- - cmake -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
+ - cmake -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%
40
41
build:
42
project: c:\projects\build\DiligentFX_Test.sln
0 commit comments