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 4a496c8 commit d14b6f2Copy full SHA for d14b6f2
1 file changed
appveyor.yml
@@ -41,7 +41,7 @@ before_build:
41
- echo add_subdirectory(DiligentFX) >> CMakeLists.txt
42
- echo add_subdirectory(DiligentSamples) >> CMakeLists.txt
43
- echo %PLATFORM%
44
- - 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%
+ - 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 -D DILIGENT_NO_RADIENT=ON -G "Visual Studio 16 2019" -A %PLATFORM%
45
- nuget restore c:\projects\build\DiligentSamples_Test.sln
46
47
build:
0 commit comments