未验证 提交 b46a0521 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #8160 from taosdata/update-windows-jenkins

fix jenkins error on windows node
......@@ -183,7 +183,7 @@ def pre_test_win(){
cmake ../ -G "NMake Makefiles"
nmake || exit 8
nmake install || exit 8
xcopy /e/y/i/f C:\\workspace\\TDinternal\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 && exit 8
xcopy /e/y/i/f C:\\workspace\\TDinternal\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 || exit 8
cd C:\\workspace\\TDinternal\\community\\src\\connector\\python
python -m pip install .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册