-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5751028
commit e6a3da5
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
.github/workflows/Build ThunderNanoServicesRDK on MacOS.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |