enh: print time during windows build

This commit is contained in:
tangfangzhi 2022-05-18 16:10:35 +08:00
parent cd2f10542d
commit c7088f0812
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ def pre_test_build_win() {
time /t
cmake .. -G "NMake Makefiles JOM" || exit 7
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> jom -j 6"
time /t
jom -j 6 || exit 8
time /t
'''