update jenkinsFile2 to add unit test

This commit is contained in:
haoranchen 2022-10-28 16:45:26 +08:00 committed by GitHub
parent f4a4d4cf24
commit ea89a04219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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