mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
ci : disable tests temporarily
This commit is contained in:
parent
1969ee4bc7
commit
66b3169d39
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user