Skip to content

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings #322

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings #322

name: Build ThunderNanoServicesRDK on Linux
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master