ci : disable tests temporarily

pull/72/head
Georgi Gerganov 2 years ago
parent 1969ee4bc7
commit 66b3169d39
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -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…
Cancel
Save