RDKEMW-14537: Coverity integration for ctrlm #34
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Control Manager in Native Environment | |
| on: | |
| push: | |
| branches: [ main, 'sprint/**', 'release/**', develop ] | |
| pull_request: | |
| branches: [ main, 'sprint/**', 'release/**', topic/RDK*, develop ] | |
| permissions: | |
| contents: read | |
| jobs: | |
| build-control-on-pr: | |
| name: Build Control Manager in github rdkcentral | |
| runs-on: ubuntu-latest | |
| container: | |
| image: ghcr.io/rdkcentral/docker-rdk-ci:latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: build dependencies | |
| run: | | |
| sh -x ci/build_dependencies.sh | |
| - name: cov build | |
| run: | | |
| sh -x ci/cov_build.sh |