Skip to content

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings #18

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings #18

name: Build ThunderClientLibraries on MacOS
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master
ThunderClientLibraries:
needs: ThunderInterfaces
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master

Check failure on line 20 in .github/workflows/Build ThunderClientLibraries on MacOS.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Build ThunderClientLibraries on MacOS.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Build ThunderClientLibraries on MacOS.yml" -> "rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master" : failed to fetch workflow: workflow was not found.