summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYohanPipereau <ypiperea@cisco.com>2019-07-10 14:00:14 +0200
committerDamjan Marion <dmarion@me.com>2019-07-12 12:17:20 +0000
commitdef35a2352c9a54f748d301ffa47a446d25a83e0 (patch)
tree3a93710b291cbe601327e85aa4fdbf5fd7468ac9 /Makefile
parent3f88a74d14722d4027fe80daa2d0c79559e0f1b8 (diff)
vom: build VOM package when CI builds
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 976cb19050e..290ec5020db 100644
--- 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