We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675325a commit de16460Copy full SHA for de16460
arduino-ci-script.sh
@@ -690,6 +690,11 @@ function build_sketch()
690
691
generate_ide_version_list_array "$INSTALLED_IDE_VERSION_LIST_ARRAY" "$startIDEversion" "$endIDEversion"
692
693
+ if [[ "$ARDUINO_CI_SCRIPT_GENERATED_IDE_VERSION_LIST_ARRAY" == "$ARDUINO_CI_SCRIPT_IDE_VERSION_LIST_ARRAY_DECLARATION"'()' ]]; then
694
+ echo "ERROR: The IDE version(s) specified are not installed"
695
+ return_handler "$ARDUINO_CI_SCRIPT_FAILURE_EXIT_STATUS"
696
+ fi
697
+
698
eval "$ARDUINO_CI_SCRIPT_GENERATED_IDE_VERSION_LIST_ARRAY"
699
local IDEversion
700
for IDEversion in "${IDEversionListArray[@]}"; do
0 commit comments