From b922322e4c1caaced35d00a16aa2c5d726c76dc1 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 3 Apr 2020 11:22:31 -0400 Subject: [PATCH] Migrate ric-plt/lib/rmr CMake build to global-jjb Stop using the ORAN custom templates. Extend the verify job to build documentation also. Change-Id: I6fa31f915a0481f2af71bd60a736cc6461313a07 Signed-off-by: Lott, Christopher (cl778h) --- jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index ff3fae16..02cd0be7 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -48,7 +48,9 @@ <<: *rmr_c_common name: ric-plt-lib-rmr-c-verify project-name: ric-plt-lib-rmr-c - cmake-opts: -DDEV_PKG=1 + cmake-opts: -DDEV_PKG=1 -DBUILD_DOC=1 + # skip install in cmake-build.sh + install: false make-opts: package test ARGS=-V jobs: - gerrit-cmake-verify @@ -66,7 +68,7 @@ make-opts: package ARGS=-V install-prefix: /usr/local jobs: - - oran-gerrit-cmake-pc-stage + - gerrit-cmake-packagecloud-stage stream: - master: branch: master @@ -81,7 +83,7 @@ make-opts: package ARGS=-V install-prefix: /usr/local jobs: - - oran-gerrit-cmake-pc-stage + - gerrit-cmake-packagecloud-stage stream: - master: branch: master -- 2.16.6