8000
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 a6b9a41 commit 642795bCopy full SHA for 642795b
.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