Skip to content

RDKEMW-9150:[SECVULN] - HTTPS support for firmware download-OpenSpec Integration #1171

RDKEMW-9150:[SECVULN] - HTTPS support for firmware download-OpenSpec Integration

RDKEMW-9150:[SECVULN] - HTTPS support for firmware download-OpenSpec Integration #1171

name: Build Component in Native Environment
on:
pull_request:
branches: [ develop ]
paths: ['**/*.c', '**/*.cpp', '**/*.cc', '**/*.cxx', '**/*.h', '**/*.hpp', '**/*.sh']
jobs:
build-rdkfwupdater-on-pr:
name: Build rdkfwupdater component in github rdkcentral
runs-on: ubuntu-latest
container:
image: ghcr.io/rdkcentral/docker-device-mgt-service-test/native-platform:latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: native build
run: |
chmod +x cov_build.sh
sh -e cov_build.sh