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 68dca53 commit 576c000Copy full SHA for 576c000
arduino-ci-script.sh
@@ -611,7 +611,7 @@ function build_sketch()
611
local regex1="1.5.[0-9]"
612
local regex2="1.6.[0-3]"
613
if ! [[ "$IDEversion" =~ $regex1 || "$IDEversion" =~ $regex2 ]]; then
614
- eval arduino --install-boards arduino:dummy "$ARDUINO_CI_SCRIPT_VERBOSITY_REDIRECT"
+ eval ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER}/${ARDUINO_CI_SCRIPT_IDE_INSTALLATION_FOLDER}/arduino --install-boards arduino:dummy "$ARDUINO_CI_SCRIPT_VERBOSITY_REDIRECT"
615
if [[ "$ARDUINO_CI_SCRIPT_VERBOSITY_LEVEL" -gt 1 ]]; then
616
# The warning is printed to stdout
617
echo "NOTE: The warning above \"Selected board is not available\" is caused intentionally and does not indicate a problem."
0 commit comments