Skip to content

Commit 642795b

Browse files
committed
.github: Don't check for sketch validity, this check was already done by
count_sketches. Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent a6b9a41 commit 642795b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/scripts/sketch_utils.sh

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <fqbn> <targe
134134
local sketchdir=$(dirname $sketch)
135135
local sketchdirname=$(basename $sketchdir)
136136
local sketchname=$(basename $sketch)
137-
if [ "${sketchdirname}.ino" != "$sketchname" ] \
138-
|| [ -f "$sketchdir/.skip.$target" ]; then
139-
continue
140-
fi
141137
sketchnum=$(($sketchnum + 1))
142138
if [ "$sketchnum" -le "$start_index" ] \
143139
|| [ "$sketchnum" -gt "$end_index" ]; then

0 commit comments

Comments
 (0)