Skip to content

[Actions] Thunder will be the only build required to merge, but Actions will also build other components #186

[Actions] Thunder will be the only build required to merge, but Actions will also build other components

[Actions] Thunder will be the only build required to merge, but Actions will also build other components #186

name: Build ThunderTools on Linux
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
# change the user and branch name in each one after the templates are merged
Thunder:
uses: VeithMetro/Thunder/.github/workflows/Linux build template.yml@development/actions
ThunderInterfaces:
needs: Thunder
uses: VeithMetro/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions
ThunderLibraries:
needs: Thunder
uses: VeithMetro/ThunderLibraries/.github/workflows/Linux build template.yml@development/actions
ThunderClientLibraries:
needs: ThunderInterfaces
uses: VeithMetro/ThunderClientLibraries/.github/workflows/Linux build template.yml@development/actions
ThunderNanoServices:
needs: ThunderInterfaces
uses: VeithMetro/ThunderNanoServices/.github/workflows/Linux build template.yml@development/actions
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: VeithMetro/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@development/actions