Skip to content

[COMPOSITOR] Make sure the Cobalt planes are put in the right order (… #66

[COMPOSITOR] Make sure the Cobalt planes are put in the right order (…

[COMPOSITOR] Make sure the Cobalt planes are put in the right order (… #66

name: Build ThunderNanoServices 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
ThunderNanoServices_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderNanoServices/.github/workflows/MacOS build template.yml@master