File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ if [ ! -z "$GITHUB_STEP_SUMMARY" ] ; then
26
26
fi
27
27
28
28
jq -cr ' .[]' < ./extra/targets.json | while read -r item; do
29
- board=$( jq -cr ' .board' <<< " $item" )
30
- args=$( jq -cr ' .args' <<< " $item" )
29
+ board=$( jq -cr ' .board // "" ' <<< " $item" )
30
+ args=$( jq -cr ' .args // "" ' <<< " $item" )
31
31
32
+ echo " Building for board: '$board ', args: '$args '"
32
33
variant=$( extra/get_variant_name.sh " $board " || echo " $board " )
33
34
if [ -z " $GITHUB_STEP_SUMMARY " ] ; then
34
35
echo && echo && echo
Original file line number Diff line number Diff line change 6
6
{
"board" :
" [email protected] //m7" },
7
7
{ "board" : " ek_ra8d1" },
8
8
{ "board" : " frdm_mcxn947/mcxn947/cpu0" },
9
- { "board" : " frdm_rw612" },
10
- {}
9
+ { "board" : " frdm_rw612" }
11
10
]
You can’t perform that action at this time.
0 commit comments