We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f67e81 commit 53565afCopy full SHA for 53565af
.github/scripts/sketch_utils.sh
@@ -117,6 +117,8 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
117
# 3. Created at the sketch level as "buildX" where X is the number
118
# of configuration built in case of a multiconfiguration test.
119
120
+ sketchname=$(basename $sketchdir)
121
+
122
ARDUINO_CACHE_DIR="$HOME/.arduino/cache.tmp"
123
if [ -n "$ARDUINO_BUILD_DIR" ]; then
124
build_dir="$ARDUINO_BUILD_DIR"
@@ -136,7 +138,6 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
136
138
mkdir -p $build_dir
137
139
140
currfqbn=`echo $fqbn | jq -r --argjson i $i '.[$i]'`
- sketchname=$(basename $sketchdir)
141
142
if [ -f "$ide_path/arduino-cli" ]; then
143
echo "Building $sketchname with arduino-cli and FQBN=$currfqbn"
0 commit comments