ci: Enable VSAndroid test in VS 2019 nightly job

This commit is contained in:
Brad King 2024-02-29 11:18:59 -05:00
parent f2092b02d5
commit 85b28c8f83
3 changed files with 4 additions and 2 deletions

View File

@ -1217,7 +1217,7 @@ t:windows-vs2019-x64:
extends:
- .windows_vs2019_x64
- .cmake_test_windows_external
- .windows_x86_64_tags_concurrent_vs2019
- .windows_x86_64_tags_concurrent_vs2019_android
- .cmake_junit_artifacts
- .run_dependent
dependencies:

View File

@ -1,4 +1,5 @@
if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "")
set(CMake_TEST_ANDROID_VS16 ON CACHE BOOL "")
set(CMAKE_TESTS_CDASH_SERVER "https://open.cdash.org" CACHE STRING "")
endif()

View File

@ -337,12 +337,13 @@
- msvc-19.36
- concurrent
.windows_x86_64_tags_concurrent_vs2019:
.windows_x86_64_tags_concurrent_vs2019_android:
tags:
- cmake # Since this is a bare runner, pin to a project.
- windows-x86_64
- shell
- vs2019
- vs16-android
- msvc-19.29-16.11
- concurrent