Skip to content

Add a workflow template for macOS build #2

Add a workflow template for macOS build

Add a workflow template for macOS build #2

name: Build ThunderClientLibraries on MacOS
on:
workflow_dispatch:
push:
branches: ["development/Actions-macOS"] # change back to 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
ThunderClientLibraries:
needs: ThunderInterfaces
uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@development/Actions-macOS # change back to master