File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
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,13 +37,9 @@ before_build:
3737 - echo add_subdirectory(DiligentCore) >> CMakeLists.txt
3838 - echo add_subdirectory(DiligentTools) >> CMakeLists.txt
3939 - echo %PLATFORM%
40- - cmake -S . -B ./build -D DILIGENT_BUILD_TOOLS_TESTS=TRUE -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
40+ - cmake -S . -B ./build -D DILIGENT_BUILD_TOOLS_TESTS=TRUE -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 : c:\projects\build\DiligentTools_Test.sln
4444 verbosity : minimal
4545 parallel : true
46-
47- test_script :
48- - ' cd %APPVEYOR_BUILD_FOLDER%\Tests\DiligentToolsTest\assets'
49- - ' %APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat c:\projects\build\DiligentTools'
You can’t perform that action at this time.
0 commit comments