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 2b49e7a commit 7fcbfdcCopy full SHA for 7fcbfdc
tests/platformio.sh
@@ -40,6 +40,10 @@ function build_sketches_with_platformio()
40
echo -e "\n ------------ Skipping $sketch ------------ \n";
41
continue
42
fi
43
+ if [[ $(skip_ino $sketch) = 1 ]]; then
44
+ echo -e "\n ------------ Skipping $sketch ------------ \n";
45
+ continue
46
+ fi
47
local build_cmd="pio ci $sketchdir $build_arg"
48
echo -e "\n ------------ Building $sketch ------------ \n";
49
echo "$build_cmd"
0 commit comments