We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bd726 commit b7b5f97Copy full SHA for b7b5f97
.github/scripts/sketch_utils.sh
@@ -134,10 +134,6 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <fqbn> <targe
134
local sketchdir=$(dirname $sketch)
135
local sketchdirname=$(basename $sketchdir)
136
local sketchname=$(basename $sketch)
137
- if [ "${sketchdirname}.ino" != "$sketchname" ] \
138
- || [ -f "$sketchdir/.skip.$target" ]; then
139
- continue
140
- fi
141
sketchnum=$(($sketchnum + 1))
142
if [ "$sketchnum" -le "$start_index" ] \
143
|| [ "$sketchnum" -gt "$end_index" ]; then
0 commit comments