diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-09-13 20:04:28 +0000 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-10-04 11:26:31 -0700 |
commit | 24bb3c191a66d20624d550f9ea392f2873199e88 (patch) | |
tree | 7a5798ca9aaa8eb938ba4156c780ad711deb72d8 /scripts | |
parent | de3e03905b12cffd3f4b9824c4175581b313158e (diff) |
nsh-plugin rpm packaging
Change-Id: I5ccacfa9e09c88f84ac5b5cb303ba4d170f3743d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Diffstat (limited to 'scripts')
-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 |