Skip to content

Commit 290ed1d

Browse files
committed
Add 'Upload CORTEX_MPU_M3_MPS2_QEMU_GCC Demo to Loci' step
1 parent ccabdec commit 290ed1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/kernel-demos.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,16 @@ jobs:
308308
working-directory: FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC
309309
run: make -j
310310

311+
- name: Upload CORTEX_MPU_M3_MPS2_QEMU_GCC Demo to Loci
312+
uses: auroralabs-loci/loci-action@v1
313+
env:
314+
LOCI_BACKEND_URL: '${{ vars.LOCI_BACKEND_URL }}'
315+
LOCI_API_KEY: '${{ secrets.LOCI_API_KEY }}'
316+
with:
317+
mode: upload
318+
binaries: FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC/build/RTOSDemo.axf
319+
project: FreeRTOS-Kernel
320+
311321
- name: Build CORTEX_MPU_R4F_TI_RM46_HERCULES_GCC Demo
312322
shell: bash
313323
working-directory: FreeRTOS/Demo/CORTEX_MPU_R4F_TI_RM46_HERCULES_GCC

0 commit comments

Comments
 (0)