Skip to content

[WINDOWS] Make sure the new QA interfaces do not break the build. #274

[WINDOWS] Make sure the new QA interfaces do not break the build.

[WINDOWS] Make sure the new QA interfaces do not break the build. #274

name: Build ThunderInterfaces on Linux
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux 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/Linux build template.yml@master
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master