Skip to content

No need for the venv and jsonref here #3

No need for the venv and jsonref here

No need for the venv and jsonref here #3

name: Build ThunderInterfaces on MacOS
on:
workflow_dispatch:
push:
branches: ["development/Actions-macOS"] # change to master
pull_request:
branches: ["master"]
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/MacOS build template.yml@development/Actions-macOS # change to master
# 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