mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CI: Make the list of examples permanent between jobs
Because the results of the 'find' command are not sorted by name.
This commit is contained in:
parent
8fd6ab9a39
commit
341cc8221c
@ -134,7 +134,7 @@ build_example () {
|
|||||||
|
|
||||||
EXAMPLE_NUM=0
|
EXAMPLE_NUM=0
|
||||||
|
|
||||||
find ${IDF_PATH}/examples/ -type f -name Makefile | \
|
find ${IDF_PATH}/examples/ -type f -name Makefile | sort | \
|
||||||
while read FN
|
while read FN
|
||||||
do
|
do
|
||||||
if [[ $EXAMPLE_NUM -lt $START_NUM || $EXAMPLE_NUM -ge $END_NUM ]]
|
if [[ $EXAMPLE_NUM -lt $START_NUM || $EXAMPLE_NUM -ge $END_NUM ]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user