Skip to content

Make sure to use the proper C++ standard #5

Make sure to use the proper C++ standard

Make sure to use the proper C++ standard #5

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/MacOS build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master
ThunderClientLibraries:
needs: ThunderInterfaces
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@development/Actions-macOS # change back to master