From: Lott, Christopher (cl778h) Date: Fri, 3 Apr 2020 15:22:31 +0000 (-0400) Subject: Migrate ric-plt/lib/rmr CMake build to global-jjb X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=b922322e4c1caaced35d00a16aa2c5d726c76dc1 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) --- 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