Skip to content

Commit

Permalink
Remove CORTEX_M3_MPS2_QEMU_GCC Demo from kernel demos yaml file (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws authored Sep 20, 2023
1 parent 7cd201c commit c6ec829
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/kernel-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,6 @@ jobs:
working-directory: FreeRTOS/Demo/CORTEX_LM3S102_GCC
run: make -j

- name: Build CORTEX_M3_MPS2_QEMU_GCC Demo
shell: bash
working-directory: FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC
run: |
make clean
make -j
- name: Build CORTEX_M3_MPS2_QEMU_GCC Demo
shell: bash
working-directory: FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC
run: |
make clean
make FULL_DEMO=1 -j
- name: Build CORTEX_LM3S811_GCC Demo
shell: bash
working-directory: FreeRTOS/Demo/CORTEX_LM3S811_GCC
Expand Down

0 comments on commit c6ec829

Please sign in to comment.