]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : disable tests temporarily
authorGeorgi Gerganov <redacted>
Wed, 19 Oct 2022 05:36:59 +0000 (08:36 +0300)
committerGeorgi Gerganov <redacted>
Wed, 19 Oct 2022 05:37:18 +0000 (08:37 +0300)
CMakeLists.txt

index 85b9458dcdc9b78a0f05beab47c5460dbb1bee2c..c1cdd437d79e7d2c5b9d18ce03ba91c1b56e3187 100644 (file)
@@ -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 ()