Merge pull request #17749 from taosdata/test/TD-19706
update jenkinsFile2 to add unit test
This commit is contained in:
commit
695a99a64f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue