Skip to content

workflows: remove strict C/CXX flags from the configure #499

workflows: remove strict C/CXX flags from the configure

workflows: remove strict C/CXX flags from the configure #499

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