Skip to content

Commit

Permalink
add CI list
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed May 30, 2023
1 parent 7f5fc95 commit c40acca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apps-job/build-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LONG_R="${RED}==================================================================
LONG_W="${WHITE}================================================================================${RESET}"

# Error vars are not defined if there is problem!
APPS=$(\ls sw/applications/) &&\
APPS=$(\cat sw/applications/ci_list.txt) &&\
declare -i FAILURES=0 &&\
FAILED='' &&\

Expand Down
21 changes: 21 additions & 0 deletions sw/applications/ci_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
blinky_freertos
cpp_example
dma_example
example_clock_gating
example_external_peripheral
example_gpio_cnt
example_power_gating_core
example_power_gating_external
example_power_gating_periph
example_power_gating_ram_blocks
example_set_retentive_external_ram_blocks
example_set_retentive_ram_blocks
example_virtual_flash
gpio_pmw
hello_world
matadd
matfadd
spi_flash_write
spi_host_dma_example
spi_host_dma_power_gate_example
spi_host_example

0 comments on commit c40acca

Please sign in to comment.