From de9d6deae284a2d02ab50c939fbec3f79cb25e8b Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 8 Oct 2021 06:09:00 +0000 Subject: [PATCH] update windows jenkins --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7b7b65d029..24955aa8e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -179,10 +179,10 @@ def pre_test_win(){ mkdir debug cd debug call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" amd64 - cmake ../ -G "NMake Makefiles" - nmake - nmake install - xcopy /e/y/i/f C:\\workspace\\TDinternal\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 + cmake ../ -G "NMake Makefiles" && exit 8 + 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 cd C:\\workspace\\TDinternal\\community\\src\\connector\\python python -m pip install . -- GitLab