Skip to content

workflows: remove strict C/CXX flags from the configure (#375) #500

workflows: remove strict C/CXX flags from the configure (#375)

workflows: remove strict C/CXX flags from the configure (#375) #500

name: Build ThunderNanoServicesRDK on Linux
permissions:
contents: read
on:
workflow_dispatch:
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
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: ./.github/workflows/Linux build template.yml