X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-xapp-frame-cpp%2Fric-plt-xapp-frame-cpp.yaml;h=9bbd4311141329450a731d523d2fec1f06c1a9ab;hb=4a7a221690450bb55f86d10fd3d4277d59c5e728;hp=5fd387bf287d89f13626d30188a712ac9b51c455;hpb=cebc424502f328e13442d4da533395450097cf95;p=ci-management.git diff --git a/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml b/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml index 5fd387bf..9bbd4311 100644 --- a/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml +++ b/jjb/ric-plt-xapp-frame-cpp/ric-plt-xapp-frame-cpp.yaml @@ -29,14 +29,27 @@ # install RMR per version file in repo for ubuntu pre-build: !include-raw-escape: - ../shell/install-deb-rmr3.sh - # verify and sonar use cmake + +# development library - publish only +- project: + name: xapp-frame-cpp-lib-dev + <<: *xapp_frame_cpp_common + project-name: ric-plt-xapp-frame-cpp-dev cmake-opts: -DDEV_PKG=1 - make-opts: install test ARGS=-V + make-opts: package ARGS=-V + jobs: + - oran-gerrit-cmake-pc-stage + stream: + - master: + branch: master -# verify on changes, publish on stage +# runtime library - test and publish - project: - name: xapp-frame-cpp-verify + name: xapp-frame-cpp-lib-rt <<: *xapp_frame_cpp_common + project-name: ric-plt-xapp-frame-cpp-lib + cmake-opts: -DDEV_PKG=0 + make-opts: test package ARGS=-V jobs: - gerrit-cmake-verify - oran-gerrit-cmake-pc-stage @@ -48,6 +61,7 @@ - project: name: xapp-frame-cpp-sonarqube <<: *xapp_frame_cpp_common + make-opts: test ARGS=-V sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token}