ci:add release compilation test of mac

This commit is contained in:
chenhaoran 2022-12-19 19:31:02 +08:00
parent 3bacd1efbf
commit a1c2361d2d
1 changed files with 1 additions and 1 deletions

View File

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