ggerganov commited on
Commit
2e23fa2
·
unverified ·
1 Parent(s): cc2fdee

ci : disable tests temporarily

Browse files
Files changed (1) hide show
  1. CMakeLists.txt +5 -4
CMakeLists.txt CHANGED
@@ -170,8 +170,9 @@ if (WHISPER_STANDALONE)
170
  target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
171
  endif ()
172
 
173
- if (WHISPER_BUILD_TESTS)
174
- enable_testing()
175
- add_subdirectory(tests)
176
- endif ()
 
177
  endif ()
 
170
  target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
171
  endif ()
172
 
173
+ # TODO: temporary disabled
174
+ #if (WHISPER_BUILD_TESTS)
175
+ # enable_testing()
176
+ # add_subdirectory(tests)
177
+ #endif ()
178
  endif ()