summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-29 16:18:59 (GMT)
committerBrad King <brad.king@kitware.com>2024-02-29 18:58:16 (GMT)
commit85b28c8f834f4ff0221c0c7118c95161fbac77e8 (patch)
tree883342c29d1c6d3f9a82a335c1acc05a789b77de /.gitlab
parentf2092b02d527402d8ed08a931edbabcf6325da7c (diff)
downloadCMake-85b28c8f834f4ff0221c0c7118c95161fbac77e8.zip
CMake-85b28c8f834f4ff0221c0c7118c95161fbac77e8.tar.gz
CMake-85b28c8f834f4ff0221c0c7118c95161fbac77e8.tar.bz2
ci: Enable VSAndroid test in VS 2019 nightly job
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/configure_windows_vs2019_x64.cmake1
-rw-r--r--.gitlab/os-windows.yml3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/ci/configure_windows_vs2019_x64.cmake b/.gitlab/ci/configure_windows_vs2019_x64.cmake
index b859525..e4795b9 100644
--- a/.gitlab/ci/configure_windows_vs2019_x64.cmake
+++ b/.gitlab/ci/configure_windows_vs2019_x64.cmake
@@ -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()
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml
index c449ab8..0db89de 100644
--- a/.gitlab/os-windows.yml
+++ b/.gitlab/os-windows.yml
@@ -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