Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7b5f97

Browse filesBrowse files
committed
.github: Don't check for sketch validity, this check was already done by
count_sketches. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
1 parent 05bd726 commit b7b5f97
Copy full SHA for b7b5f97

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎.github/scripts/sketch_utils.sh

Copy file name to clipboardExpand all lines: .github/scripts/sketch_utils.sh
-4Lines changed: 0 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.