Ver Fonte

ci: Explicitly disable Java tests on Windows Clang builds

Extend the change from commit 840fa28d3d (ci: Explicitly disable Java
tests on Windows, 2021-12-16) to cover LLVM/Clang builds on Windows too.
Brad King há 3 anos atrás
pai
commit
90ef30c09d
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      .gitlab/ci/configure_windows_clang_common.cmake

+ 3 - 0
.gitlab/ci/configure_windows_clang_common.cmake

@@ -1,2 +1,5 @@
+set(CMake_TEST_Java OFF CACHE BOOL "")
+
 set(configure_no_sccache 1)
+
 include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")