Skip to content

Commit 57aa031

Browse files
Appveyor: use WinSDK 10.0.19041.0; disable tests (fix #713)
1 parent 663583e commit 57aa031

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 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:
@@ -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

4242
build:
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-
5047
after_test:
5148
- 'cd %APPVEYOR_BUILD_FOLDER%\install'
5249
- 7z a DiligentCore-"%platform_name%"-"%PLATFORM%"-"%CONFIGURATION%".zip .\* -xr!lib

0 commit comments

Comments
 (0)