Skip to content

Commit

Permalink
[Actions] Add a MacOS build workflow for all dependencies (#137)
Browse files Browse the repository at this point in the history
* Add a workflow for all MacOS dependancies

* Remove the unneecessary workflow files

* Make sure the MacOS job names are unique

Otherwise they clash with Linux ones and are marked as required checks, even though the workflow name is different
  • Loading branch information
VeithMetro authored Nov 19, 2024
1 parent bc8d5f9 commit f246e36
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/Build ThunderTools on MacOS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build ThunderTools on MacOS

on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
Thunder_MacOS:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master

ThunderInterfaces_MacOS:
needs: Thunder_MacOS
uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master

ThunderClientLibraries_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master

ThunderNanoServices_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderNanoServices/.github/workflows/MacOS build template.yml@master

ThunderNanoServicesRDK_MacOS:
needs: ThunderInterfaces_MacOS
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/MacOS build template.yml@master

0 comments on commit f246e36

Please sign in to comment.