Skip to content

Commit 0fe5935

Browse files
Appveyor: don't build include tests to reduce build time
1 parent 7d504bc commit 0fe5935

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
@@ -43,7 +43,7 @@ before_build:
4343
- 'cd %APPVEYOR_BUILD_FOLDER%'
4444
- echo %PLATFORM%
4545
- echo.%cmake_args%
46-
- cmake -D DILIGENT_BUILD_TESTS=TRUE %cmake_args% -S . -B ./build -G "Visual Studio 16 2019" -A %PLATFORM%
46+
- 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%
4747

4848
build:
4949
project: '%APPVEYOR_BUILD_FOLDER%\build\DiligentEngine.sln'

0 commit comments

Comments
 (0)