From 66b3169d3921c005d4d36ddc978c9808a77c8d85 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 19 Oct 2022 08:36:59 +0300 Subject: [PATCH] ci : disable tests temporarily --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85b9458d..c1cdd437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,8 +170,9 @@ if (WHISPER_STANDALONE) target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) endif () - if (WHISPER_BUILD_TESTS) - enable_testing() - add_subdirectory(tests) - endif () + # TODO: temporary disabled + #if (WHISPER_BUILD_TESTS) + # enable_testing() + # add_subdirectory(tests) + #endif () endif ()