Skip to content

Commit

Permalink
Add building of all Thunder dependencies in the MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 18, 2024
1 parent e14d120 commit fd87a5b
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/Build Thunder on MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,18 @@ jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master

# ThunderInterfaces:
# needs: Thunder
# uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master

# ThunderLibraries:
# needs: Thunder
# uses: WebPlatformForEmbedded/ThunderLibraries/.github/workflows/Linux build template.yml@main
ThunderClientLibraries:
needs: ThunderInterfaces
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master

# ThunderClientLibraries:
# needs: ThunderInterfaces
# uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master
ThunderNanoServices:
needs: ThunderInterfaces
uses: rdkcentral/ThunderNanoServices/.github/workflows/MacOS 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
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/MacOS build template.yml@master

0 comments on commit fd87a5b

Please sign in to comment.