From f4fa8a99ea7e31ddae3cdd10d69fe62c41fae2ce Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 3 Dec 2021 16:08:48 +0800 Subject: [PATCH] Enabling Multi-Processor Builds on windows --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7aa6c972a..1767479054 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -324,7 +324,7 @@ def pre_test_win(){ cd debug call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" amd64 cmake ../ -G "NMake Makefiles" - set CL=/MP nmake nmake || exit 8 + set CL=/MP4 nmake 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 -- GitLab