From: Georgi Gerganov Date: Wed, 19 Oct 2022 05:36:59 +0000 (+0300) Subject: ci : disable tests temporarily X-Git-Tag: upstream/1.7.4~1937 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=66b3169d3921c005d4d36ddc978c9808a77c8d85;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ci : disable tests temporarily --- 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 ()