提交 04908b1f 编写于 作者: T tangfangzhi

use jom to build with multiple threads

上级 e183db65
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册