Update Jenkinsfile2
This commit is contained in:
parent
72ac45cfc5
commit
f4a4d4cf24
|
@ -173,7 +173,7 @@ def pre_test_build_mac() {
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
cd ${WK}/debug
|
cd ${WK}/debug
|
||||||
cmake .. -DBUILD_TEST=true -DBUILD_HTTPS=false -DBUILD_TOOLS=true -DWEBSOCKET=true
|
cmake .. -DBUILD_TEST=true -DBUILD_HTTPS=false
|
||||||
make -j10
|
make -j10
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
|
|
Loading…
Reference in New Issue