test:add local coverage script
This commit is contained in:
parent
635d1b0df5
commit
dfcb0cb4f6
|
@ -110,7 +110,7 @@ function buildTDengine() {
|
||||||
print_color "$GREEN" "$makecmd"
|
print_color "$GREEN" "$makecmd"
|
||||||
$makecmd
|
$makecmd
|
||||||
make -j 8 install
|
make -j 8 install
|
||||||
else
|
elif [ "$BRANCH_BUILD" == "no" ] ; then
|
||||||
print_color "$GREEN" "not build,only install"
|
print_color "$GREEN" "not build,only install"
|
||||||
cd $TDENGINE_DIR/debug
|
cd $TDENGINE_DIR/debug
|
||||||
make -j 8 install
|
make -j 8 install
|
||||||
|
|
Loading…
Reference in New Issue