Update Jenkinsfile2

This commit is contained in:
haoranchen 2022-10-26 17:54:07 +08:00 committed by GitHub
parent 83dff5a3b0
commit 2fa0b43376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ def pre_test_build_mac() {
cd ${WK}/debug
cmake .. -DBUILD_TEST=true
make -j10
ctest || exit 7
ctest -j10 || exit 7
'''
sh '''
date