Skip to content

Commit 12a00a2

Browse files
Appveyor: only build core tests
1 parent 450244c commit 12a00a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_build:
3737
- 'cd %APPVEYOR_BUILD_FOLDER%'
3838
- echo %PLATFORM%
3939
- echo.%cmake_args%
40-
- cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -G "Visual Studio 16 2019" -A %PLATFORM%
40+
- cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_CORE_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -G "Visual Studio 16 2019" -A %PLATFORM%
4141

4242
build:
4343
project: '%APPVEYOR_BUILD_FOLDER%\build\INSTALL.vcxproj'

0 commit comments

Comments
 (0)