Skip to content

Commit d14b6f2

Browse files
Appveyor: disable Radient build
1 parent 4a496c8 commit d14b6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_build:
4141
- echo add_subdirectory(DiligentFX) >> CMakeLists.txt
4242
- echo add_subdirectory(DiligentSamples) >> CMakeLists.txt
4343
- 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%
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 -D DILIGENT_NO_RADIENT=ON -G "Visual Studio 16 2019" -A %PLATFORM%
4545
- nuget restore c:\projects\build\DiligentSamples_Test.sln
4646

4747
build:

0 commit comments

Comments
 (0)