Update Jenkinsfile2

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

View File

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