Update Jenkinsfile2

This commit is contained in:
haoranchen 2022-10-27 16:01:36 +08:00 committed by GitHub
parent 5445141599
commit f76df96cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ def pre_test_build_mac() {
'''
sh '''
cd ${WK}/debug
cmake .. -DBUILD_TEST=true
cmake .. -DBUILD_TEST=true -DBUILD_HTTPS=false -DBUILD_TOOLS=true -DWEBSOCKET=true
make -j10
'''
sh '''