From 32cde2ff29cd716e7a5cd364167dc9e423bb57c3 Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Tue, 21 Jan 2025 17:23:32 +0100 Subject: [PATCH] [test] --- .github/workflows/build_all.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build_all.yml diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml new file mode 100644 index 0000000..ed4c5ef --- /dev/null +++ b/.github/workflows/build_all.yml @@ -0,0 +1,15 @@ +name: Build all apps + +on: + workflow_dispatch: + pull_request: + push: + +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