aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci/verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/verify.sh')
-rwxr-xr-xscripts/ci/verify.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/ci/verify.sh b/scripts/ci/verify.sh
index e00e005..7728415 100755
--- a/scripts/ci/verify.sh
+++ b/scripts/ci/verify.sh
@@ -27,5 +27,8 @@ if test -f /usr/bin/lsb_release && test `lsb_release -si` == "Ubuntu" && test
break
fi
${NSH_PLUGIN_DIR}/build.sh
-
+cd ${NSH_PLUGIN_DIR}/build/
+if [ "${OS}" == "centos7" ]; then
+ make pkg-rpm
+fi