未验证 提交 30dbdbaa 编写于 作者: S Sing_chan 提交者: GitHub

test on_infer off problem in windows (#37366)

* test on_infer off problem in windows

* turn off on infer in windows-ci
上级 56283952
......@@ -222,13 +222,13 @@ set WITH_MKL=ON
set WITH_GPU=ON
set WITH_AVX=ON
set MSVC_STATIC_CRT=OFF
set ON_INFER=ON
set ON_INFER=OFF
call :cmake || goto cmake_error
call :build || goto build_error
call :test_whl_pacakage || goto test_whl_pacakage_error
call :test_unit || goto test_unit_error
call :test_inference || goto test_inference_error
:: call :test_inference || goto test_inference_error
:: call :check_change_of_unittest || goto check_change_of_unittest_error
goto:success
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册