File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- version : ' 2.5 .{build}'
1+ version : ' 2.6 .{build}'
22
33# branches to build
44branches :
@@ -37,16 +37,13 @@ before_build:
3737 - ' cd %APPVEYOR_BUILD_FOLDER%'
3838 - echo %PLATFORM%
3939 - echo.%cmake_args%
40- - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_CORE_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -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 -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%
4141
4242build :
4343 project : ' %APPVEYOR_BUILD_FOLDER%\build\INSTALL.vcxproj'
4444 verbosity : minimal
4545 parallel : true
4646
47- test_script :
48- - ' %APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build %APPVEYOR_BUILD_FOLDER%\Tests\DiligentCoreTest\assets %APPVEYOR_BUILD_FOLDER%\Tests\DiligentCoreAPITest\assets'
49-
5047after_test :
5148 - ' cd %APPVEYOR_BUILD_FOLDER%\install'
5249 - 7z a DiligentCore-"%platform_name%"-"%PLATFORM%"-"%CONFIGURATION%".zip .\* -xr!lib
You can’t perform that action at this time.
0 commit comments