Skip to content

Commit 7b19806

Browse files
authored
Update build.sh
1 parent 2d7b7e1 commit 7b19806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
290290
#define ARDUINO_ESP32_RELEASE_$AR_VERSION_UNDERSCORE
291291
#define ARDUINO_ESP32_RELEASE \"$AR_VERSION_UNDERSCORE\"" >> "$AR_ROOT/core_version.h"
292292

293+
# archive the build
293294
if [ $ARCHIVE_OUT -eq 1 ]; then
294295
./tools/archive-build.sh "$TARGET"
295296
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)