Skip to content

Define each ID_OFFSET in the cpp file to ensure proper linking #10

Define each ID_OFFSET in the cpp file to ensure proper linking

Define each ID_OFFSET in the cpp file to ensure proper linking #10

name: Build Thunder on MacOS
on:
workflow_dispatch:
push:
branches: ["development/Actions-macOS"] # change to master
paths-ignore:
- 'doc/**'
- 'docs/**'
- 'ReleaseNotes/**'
pull_request:
branches: ["master"]
paths-ignore:
- 'doc/**'
- 'docs/**'
- 'ReleaseNotes/**'
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@development/Actions-macOS # change to master
# ThunderInterfaces:
# needs: Thunder
# uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
# ThunderLibraries:
# needs: Thunder
# uses: WebPlatformForEmbedded/ThunderLibraries/.github/workflows/Linux build template.yml@main
# ThunderClientLibraries:
# needs: ThunderInterfaces
# uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master
# ThunderNanoServices:
# needs: ThunderInterfaces
# uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master
# ThunderNanoServicesRDK:
# needs: ThunderInterfaces
# uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master