mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests: Add VSWinStorePhone for VS 15 2017
VS 2017 needs several components installed to support this test, so enable it only via an explicit option that can be set on specific builders.
This commit is contained in:
committed by
Brad King
parent
173d29a379
commit
63eb43f131
@@ -2162,6 +2162,11 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
|
||||
-DCMAKE_SYSTEM_VERSION=8.1
|
||||
)
|
||||
endif()
|
||||
if(CMake_TEST_VSWinStorePhone_VS_2017 AND ws10_0)
|
||||
add_test_VSWinStorePhone(vs15-store10_0-X86 "Visual Studio 15 2017" WindowsStore 10.0)
|
||||
add_test_VSWinStorePhone(vs15-store10_0-ARM "Visual Studio 15 2017 ARM" WindowsStore 10.0)
|
||||
add_test_VSWinStorePhone(vs15-store10_0-X64 "Visual Studio 15 2017 Win64" WindowsStore 10.0)
|
||||
endif()
|
||||
if(vs14 AND ws10_0)
|
||||
add_test_VSWinStorePhone(vs14-store10_0-X86 "Visual Studio 14 2015" WindowsStore 10.0)
|
||||
add_test_VSWinStorePhone(vs14-store10_0-ARM "Visual Studio 14 2015 ARM" WindowsStore 10.0)
|
||||
|
||||
Reference in New Issue
Block a user