Enabled centos7 build 61/761/1
authorEd Warnicke <eaw@cisco.com>
Tue, 12 Apr 2016 22:02:14 +0000 (17:02 -0500)
committerEd Warnicke <eaw@cisco.com>
Tue, 12 Apr 2016 22:02:14 +0000 (17:02 -0500)
Change-Id: I7fafacbe2fa58313e320de2e3a8a498898e89601
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/vpp/include-raw-vpp-build.sh
jjb/vpp/vpp.yaml

index fa5336e..c43e94e 100644 (file)
@@ -15,6 +15,10 @@ if [ ${OS} == "ubuntu1404" ]; then
     cd build-root/
     ./bootstrap.sh
     make PLATFORM=vpp V=0 TAG=vpp install-deb
+elif [ ${OS} == "centos7" ]; then
+    cd build-root/
+    ./bootstrap.sh
+    make PLATFORM=vpp V=0 TAG=vpp install-rpm
 else
     echo "Unrecognized OS: ${OS}.  Please edit: https://gerrit.fd.io/r/gitweb?p=ci-management.git;a=blob;f=jjb/vpp/include-raw-vpp-build.sh;h=f3cb320bd9a2515eab0c4564c927764c9dad417d;hb=HEAD"
     exit 1
index 4f90957..9b96f48 100644 (file)
@@ -9,6 +9,7 @@
     project: 'vpp'
     os:
         - ubuntu1404
+        - centos7
     branch: 'master'
     type:
         - short