We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5a7aa commit 57bcd03Copy full SHA for 57bcd03
arduino-ci-script.sh
@@ -2457,7 +2457,7 @@ function check_code_formatting() {
2457
# Install astyle
2458
# Save the current folder
2459
local -r previousFolder="$PWD"
2460
- mkdir "${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER}/astyle"
+ mkdir --parents "${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER}/astyle"
2461
wget --no-verbose $ARDUINO_CI_SCRIPT_QUIET_OPTION --output-document="${ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER}/astyle.tar.gz" "https://iweb.dl.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_linux.tar.gz"
2462
tar --extract --file="${ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER}/astyle.tar.gz" --directory="${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER}"
2463
cd "${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER}/astyle/build/gcc"
0 commit comments