vom: build VOM package when CI builds 85/20585/5
authorYohanPipereau <ypiperea@cisco.com>
Wed, 10 Jul 2019 12:00:14 +0000 (14:00 +0200)
committerDamjan Marion <dmarion@me.com>
Fri, 12 Jul 2019 12:17:20 +0000 (12:17 +0000)
Commit 752f5b4302317e2ccfbd1903d31d3e857d719c4d added
vom-pkg-{rpm,deb} instructions.
This enables CI to package VOM and push it to packagecloud.

Change-Id: I647b4ac6ae19d2414529697082cf5a81e724dfe0
Type: make
Signed-off-by: YohanPipereau <ypiperea@cisco.com>
Makefile

index 976cb19..290ec50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -605,6 +605,10 @@ verify: install-dep $(BR)/.deps.ok install-ext-deps
        @make -C build-root PLATFORM=vpp TAG=vpp vom-install
        $(call banner,"Building $(PKG) packages")
        @make pkg-$(PKG)
+ifeq ($(OS_ID),ubuntu)
+       $(call banner,"Building VOM $(PKG) package")
+       @make vom-pkg-deb
+endif
 ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-18.04)
        $(call banner,"Running tests")
        @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test