Skip to content

Commit 0e73e70

Browse files
Appveyor: use WinSDK 10.0.19041.0; disable tests (DiligentGraphics/DiligentCore#713)
1 parent 6447b51 commit 0e73e70

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

DiligentCore

DiligentFX

DiligentTools

appveyor.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.5.{build}'
1+
version: '2.6.{build}'
22

33
# branches to build
44
branches:
@@ -43,15 +43,10 @@ before_build:
4343
- 'cd %APPVEYOR_BUILD_FOLDER%'
4444
- echo %PLATFORM%
4545
- echo.%cmake_args%
46-
- cmake %cmake_args% -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
46+
- cmake %cmake_args% -S . -B ./build -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%
4747
- nuget restore C:\projects\diligentengine\build\DiligentEngine.sln
4848

4949
build:
5050
project: '%APPVEYOR_BUILD_FOLDER%\build\DiligentEngine.sln'
5151
verbosity: minimal
5252
parallel: true
53-
54-
test_script:
55-
- 'if "%configuration%"=="Debug" (%APPVEYOR_BUILD_FOLDER%\DiligentCore\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build\DiligentCore %APPVEYOR_BUILD_FOLDER%\DiligentCore\Tests\DiligentCoreTest\assets %APPVEYOR_BUILD_FOLDER%\DiligentCore\Tests\DiligentCoreAPITest\assets)'
56-
- 'cd %APPVEYOR_BUILD_FOLDER%\DiligentTools\Tests\DiligentToolsTest\assets'
57-
- 'if "%configuration%"=="Debug" (%APPVEYOR_BUILD_FOLDER%\DiligentTools\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build\DiligentTools)'

0 commit comments

Comments
 (0)