Skip to content

Commit

Permalink
Add a workflow file for macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 13, 2024
1 parent 5751028 commit e6a3da5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Build ThunderNanoServicesRDK on MacOS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build ThunderNanoServicesRDK on MacOS

on:
workflow_dispatch:
push:
branches: ["development/Actions-macOS"] # change back to master for release
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

ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/MacOS build template.yml@development/Actions-macOS # change back to master for release

0 comments on commit e6a3da5

Please sign in to comment.