ci: Explicitly disable Java tests on Windows with Borland and Open Watcom

Extend the change from commit 840fa28d3d (ci: Explicitly disable Java
tests on Windows, 2021-12-16) to cover Borland and Open Watcom builds.
This commit is contained in:
Brad King 2022-02-14 10:11:49 -05:00
parent 2ac3db2d42
commit 4b90688aa0
2 changed files with 6 additions and 0 deletions

View File

@ -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")

View File

@ -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")