diff options
Diffstat (limited to 'scripts/ci')
-rwxr-xr-x | scripts/ci/verify.sh | 5 |
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 |