Skip to content

Commit

Permalink
[test]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 22, 2025
1 parent 686b13b commit 20257a9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build all apps

on:
workflow_dispatch:
pull_request:

jobs:

build_all_applications:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
devices: all

build_all_applications_on_latest:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
sdk_ref: origin/master
devices: all
2 changes: 1 addition & 1 deletion .github/workflows/reusable_get_apps_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Define the list of application to build by device
id: process_devices
run: |
devices="$(python ./scripts/parse_all_apps.py -s ${{ inputs.sdk }} -d ${{ inputs.devices }} -t ${{ secrets.GITHUB_TOKEN }}"
devices="$(python ./scripts/parse_all_apps.py -s ${{ inputs.sdk }} -d ${{ inputs.devices }} -t ${{ secrets.GITHUB_TOKEN }} -l 4)"
echo "apps_config=$devices" >> $GITHUB_OUTPUT
echo $devices
outputs:
Expand Down

0 comments on commit 20257a9

Please sign in to comment.