add build assessment plugin

This commit is contained in:
hwhbj
2023-07-29 10:12:26 +08:00
parent 3ae6c51b0f
commit 713571a7e0

View File

@ -219,6 +219,12 @@ function install_gaussdb()
make install -sj >> "$LOG_FILE" 2>&1
echo "End make install MPPDB" >> "$LOG_FILE" 2>&1
ASSESSMENT_DIR=$ROOT_DIR/contrib/assessment
if [ -d $ASSESSMENT_DIR ]; then
cd $ASSESSMENT_DIR
make install >> "$LOG_FILE" 2>&1
echo "End make install assessment" >> "$LOG_FILE" 2>&1
fi
cd "$ROOT_DIR"
if [ "${make_check}" = 'on' ]; then