We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d504bc commit 0fe5935Copy full SHA for 0fe5935
1 file changed
appveyor.yml
@@ -43,7 +43,7 @@ before_build:
43
- 'cd %APPVEYOR_BUILD_FOLDER%'
44
- echo %PLATFORM%
45
- echo.%cmake_args%
46
- - cmake -D DILIGENT_BUILD_TESTS=TRUE %cmake_args% -S . -B ./build -G "Visual Studio 16 2019" -A %PLATFORM%
+ - cmake -D DILIGENT_BUILD_CORE_TESTS=TRUE -D DILIGENT_BUILD_TOOLS_TESTS=TRUE %cmake_args% -S . -B ./build -G "Visual Studio 16 2019" -A %PLATFORM%
47
48
build:
49
project: '%APPVEYOR_BUILD_FOLDER%\build\DiligentEngine.sln'
0 commit comments