未验证 提交 394bb8c2 编写于 作者: X xuxinyi389 提交者: GitHub

Normalize_CI_scripts (#56855)

上级 17003369
......@@ -24,7 +24,11 @@ rem -------clean up environment-----------
set work_dir=%cd%
if not defined cache_dir set cache_dir=%work_dir:Paddle=cache%
if not exist %cache_dir%\tools (
git clone https://github.com/zhouwei25/tools.git %cache_dir%\tools
cd /d cache_dir
python -m pip install wget
python -c "import wget;wget.download('https://paddle-ci.gz.bcebos.com/window_requirement/tools.zip')"
tar xf tools.zip
cd /d work_dir
)
taskkill /f /im cmake.exe /t 2>NUL
taskkill /f /im ninja.exe /t 2>NUL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册