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 6e0e6c8 commit 798f4b0Copy full SHA for 798f4b0
build.sh
@@ -287,6 +287,7 @@ echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
287
#define ARDUINO_ESP32_RELEASE_$AR_VERSION_UNDERSCORE
288
#define ARDUINO_ESP32_RELEASE \"$AR_VERSION_UNDERSCORE\"" >> "$AR_ROOT/core_version.h"
289
290
+# archive the build
291
if [ $ARCHIVE_OUT -eq 1 ]; then
292
./tools/archive-build.sh "$TARGET"
293
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments