[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Thunder on MacOS | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: ["master"] | ||
paths-ignore: | ||
- 'doc/**' | ||
- 'docs/**' | ||
- 'ReleaseNotes/**' | ||
pull_request: | ||
branches: ["master"] | ||
paths-ignore: | ||
- 'doc/**' | ||
- 'docs/**' | ||
- 'ReleaseNotes/**' | ||
jobs: | ||
Thunder: | ||
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master | ||
Check failure on line 20 in .github/workflows/Build Thunder on MacOS.yml GitHub Actions / .github/workflows/Build Thunder on MacOS.ymlInvalid workflow file
|
||
# ThunderInterfaces: | ||
# needs: Thunder | ||
# uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master | ||
# ThunderLibraries: | ||
# needs: Thunder | ||
# uses: WebPlatformForEmbedded/ThunderLibraries/.github/workflows/Linux build template.yml@main | ||
# 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 |