From 04908b1ff9f892d1faa09b579c7fbd3f5b5281c3 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Thu, 5 May 2022 15:08:38 +0800 Subject: [PATCH] use jom to build with multiple threads --- Jenkinsfile2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 96e29328fa..8752f867b3 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -150,8 +150,8 @@ def pre_test_build_win() { cd debug call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" x64 set CL=/MP8 - cmake ../ -G "NMake Makefiles" - nmake || exit 8 + cmake .. -G "NMake Makefiles JOM" + jom -j || exit 8 time /t ''' return 1 -- GitLab